Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 148723c3

Von Moritz Bunkus vor mehr als 5 Jahren hinzugefügt

  • ID 148723c37717f28f8d0cffbdd8580a9ceb749caf
  • Vorgänger 85f23f93
  • Nachfolger 612d23d1

Task-Server: Exceptions als Warnung loggen, nicht als Debugmeldung

Unterschiede anzeigen:

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