Commit 454dc099 authored by mku's avatar mku

ZP-223 #comment Change log level to DEBUG if AS body data or type aren't set #time 5m

git-svn-id: https://z-push.org/svn/z-push/trunk@1442 b7dd7b3b-3a3c-0410-9da9-bee62a6cc5b5
parent 06dc9b40
...@@ -2387,7 +2387,7 @@ class MAPIProvider { ...@@ -2387,7 +2387,7 @@ class MAPIProvider {
} }
} }
else { else {
ZLog::Write(LOGLEVEL_INFO, "MAPIProvider->setASbody either type or data are not set. Setting to empty body"); ZLog::Write(LOGLEVEL_DEBUG, "MAPIProvider->setASbody either type or data are not set. Setting to empty body");
$props[$appointmentprops["body"]] = ""; $props[$appointmentprops["body"]] = "";
} }
} }
......
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