Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 148723c3

Von Moritz Bunkus vor fast 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
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