From 41dfead09f11d93278359254593c0576e738a3bf Mon Sep 17 00:00:00 2001 From: cajus Date: Thu, 31 Jan 2008 08:13:01 +0000 Subject: [PATCH] add daemon_log line for better debugging git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8687 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-si/modules/SIPackages.pm | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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); } } -- 2.30.2