Code

* closes #492
authorrettenbe <rettenbe@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 21 Jul 2008 09:50:04 +0000 (09:50 +0000)
committerrettenbe <rettenbe@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 21 Jul 2008 09:50:04 +0000 (09:50 +0000)
* more information at log in case of wrong/incomplete incoming messages

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11726 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-si/server/events/logHandling.pm

index 714b9768e948bdf38681b6d9ecc730a42d9c1d24..9fdce81d0e9d4fed943963a002573263cc891ac4 100644 (file)
@@ -294,6 +294,8 @@ sub get_log_file_by_date_and_mac {
     if (not -f $act_log_file) {
         my $error_string = "client fai log file '$act_log_file' do not exist or could not be read"; 
         &main::daemon_log("$session_id ERROR: $error_string", 1); 
+        &main::daemon_log("$session_id ERROR: mac='$mac', date='$date', log_file='$log_file'", 1); 
+        &main::daemon_log("$session_id ERROR: could not process message: $msg", 1); 
         return &create_xml_string(&create_xml_hash($header, $target, $source, $error_string));
     }