Code

add daemon_log line for better debugging
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 31 Jan 2008 08:13:01 +0000 (08:13 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 31 Jan 2008 08:13:01 +0000 (08:13 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8687 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-si/modules/SIPackages.pm

index 6cdd5276079ff947377fc3783857650ce0b0f6ae..8fd71440642b7d501b471dc60d711e7f564426c4 100644 (file)
@@ -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);
         }
     }