summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5949d7a)
raw | patch | inline | side by side (parent: 5949d7a)
author | rettenbe <rettenbe@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 21 Jul 2008 09:50:04 +0000 (09:50 +0000) | ||
committer | rettenbe <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
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11726 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-si/server/events/logHandling.pm | patch | blob | history |
index 714b9768e948bdf38681b6d9ecc730a42d9c1d24..9fdce81d0e9d4fed943963a002573263cc891ac4 100644 (file)
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));
}