From: rettenbe Date: Thu, 7 Aug 2008 11:09:10 +0000 (+0000) Subject: bugfix: messages which do not conform xml syntax are logged as ERROR now X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=2f5159ed08b01881a0588215384fed171100bc92;p=gosa.git bugfix: messages which do not conform xml syntax are logged as ERROR now git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12171 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-si/gosa-si-server b/gosa-si/gosa-si-server index dcf3b063f..45d2aeb5b 100755 --- a/gosa-si/gosa-si-server +++ b/gosa-si/gosa-si-server @@ -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; }