From 2f5159ed08b01881a0588215384fed171100bc92 Mon Sep 17 00:00:00 2001 From: rettenbe Date: Thu, 7 Aug 2008 11:09:10 +0000 Subject: [PATCH] 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 --- gosa-si/gosa-si-server | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.30.2