From 7dc5cbc02428e1caa862dfcf60ecfd9a167222ae Mon Sep 17 00:00:00 2001 From: rettenbe Date: Mon, 21 Jul 2008 09:50:04 +0000 Subject: [PATCH] * closes #492 * 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 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gosa-si/server/events/logHandling.pm b/gosa-si/server/events/logHandling.pm index 714b9768e..9fdce81d0 100644 --- a/gosa-si/server/events/logHandling.pm +++ b/gosa-si/server/events/logHandling.pm @@ -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)); } -- 2.30.2