From: cajus Date: Thu, 31 Jan 2008 08:13:01 +0000 (+0000) Subject: add daemon_log line for better debugging X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=41dfead09f11d93278359254593c0576e738a3bf;p=gosa.git add daemon_log line for better debugging git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8687 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-si/modules/SIPackages.pm b/gosa-si/modules/SIPackages.pm index 6cdd52760..8fd714406 100644 --- a/gosa-si/modules/SIPackages.pm +++ b/gosa-si/modules/SIPackages.pm @@ -331,11 +331,15 @@ sub process_incoming_msg { $error++; } } + else { + &main::daemon_log("msg is not for gosa-si-server '$server_address', deliver it to target '$target'", 5); + push(@out_msg_l, $msg); + } } - + if( $error == 0) { if( 0 == @out_msg_l ) { - push(@out_msg_l, $msg); + push(@out_msg_l, $msg); } }