more debug
This commit is contained in:
parent
b883c308b5
commit
046088fedd
1 changed files with 1 additions and 1 deletions
|
|
@ -368,7 +368,7 @@ sub workerResponse {
|
||||||
$self->debug("Got an error for $instanceId.");
|
$self->debug("Got an error for $instanceId.");
|
||||||
$kernel->yield("suspendInstance",$instanceId);
|
$kernel->yield("suspendInstance",$instanceId);
|
||||||
} else {
|
} else {
|
||||||
$self->debug("Something bad happened on the return of $instanceId.");
|
$self->debug("Something bad happened on the return of $instanceId. ".$response->error_as_HTML);
|
||||||
$kernel->yield("suspendInstance",$instanceId);
|
$kernel->yield("suspendInstance",$instanceId);
|
||||||
}
|
}
|
||||||
} elsif ($response->is_redirect) {
|
} elsif ($response->is_redirect) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue