Revision 148723c3
Von Moritz Bunkus vor mehr als 5 Jahren hinzugefügt
scripts/task_server.pl | ||
---|---|---|
|
||
if (!$ok) {
|
||
my $error = $EVAL_ERROR;
|
||
debug("Exception during execution: ${error}");
|
||
$::lxdebug->message(LXDebug::WARN(), "Exception during execution: ${error}");
|
||
notify_on_failure(exception => $error);
|
||
}
|
||
|
||
... | ... | |
|
||
if (!$ok) {
|
||
my $error = $EVAL_ERROR;
|
||
debug("Exception during execution: ${error}");
|
||
$::lxdebug->message(LXDebug::WARN(), "Exception during execution: ${error}");
|
||
notify_on_failure(exception => $error);
|
||
}
|
||
|
Auch abrufbar als: Unified diff
Task-Server: Exceptions als Warnung loggen, nicht als Debugmeldung