Commit 58517e5b authored by Sebastian Kummer's avatar Sebastian Kummer

ZP-1007 Changed wbxml debug output to FATAL loglevel.

Released under the Affero GNU General Public License (AGPL) version 3.
parent ca2ede24
......@@ -130,7 +130,7 @@ abstract class RequestProcessor {
}
}
catch (Exception $ex) {
ZLog::Write(LOGLEVEL_ERROR, "WBXML debug data: " . Request::GetInputAsBase64(), false);
ZLog::Write(LOGLEVEL_FATAL, "WBXML debug data: " . Request::GetInputAsBase64(), false);
throw $ex;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment