X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=gosa-si%2Fgosa-si-server;h=0907860f23927e72277d35bef9975ac90e0556e4;hb=54c3f50d1005ca05082fa3efe2a37caa12cb50d5;hp=c721cd18f4f7900e5dffc8fa2f40444c132c78ef;hpb=ab2d97c8d992a34081be225f830b7245aa8525b1;p=gosa.git diff --git a/gosa-si/gosa-si-server b/gosa-si/gosa-si-server index c721cd18f..0907860f2 100755 --- a/gosa-si/gosa-si-server +++ b/gosa-si/gosa-si-server @@ -584,7 +584,7 @@ sub input_from_known_client { } if( (!$msg) || (!$msg_hash) || (!$module) ) { - &daemon_log("DEBUG: Incoming message is not from a known client", 5); + &daemon_log("DEBUG: Incoming message is not from a known client", 7); } return ($msg, $msg_hash, $module); @@ -948,7 +948,7 @@ sub client_input { daemon_log("", 5); daemon_log("INFO: Incoming msg from '".$heap->{'remote_ip'}."'", 5); - daemon_log("DEBUG: Incoming message:\n$input", 9); + daemon_log("DEBUG: Incoming msg:\n$input", 9); #################### # check incoming msg @@ -970,6 +970,7 @@ sub client_input { ###################### # process incoming msg if( $error == 0) { + daemon_log("INFO: Incoming msg with header '".@{$msg_hash->{'header'}}[0]."'", 5); daemon_log("DEBUG: Processing module ".$module, 7); $answer_l = &{ $module."::process_incoming_msg" }($msg, $msg_hash, $session_id);