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