Code

bugfix: messages which do not conform xml syntax are logged as ERROR now
authorrettenbe <rettenbe@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 7 Aug 2008 11:09:10 +0000 (11:09 +0000)
committerrettenbe <rettenbe@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 7 Aug 2008 11:09:10 +0000 (11:09 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12171 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-si/gosa-si-server

index dcf3b063f5f081d96c97d005e8bcbe392be31e4d..45d2aeb5bbfaaf87dfff997a51717b8e6b2448f9 100755 (executable)
@@ -540,7 +540,7 @@ sub check_key_and_xml_validity {
         }
     };
     if($@) {
-        daemon_log("$session_id DEBUG: do not understand the message: $@", 7);
+        daemon_log("$session_id ERROR: do not understand the message: $@", 1);
         $msg = undef;
         $msg_hash = undef;
     }