Commit 8155628f authored by sebastian's avatar sebastian

ZP-588 #comment also include parentsourcekey and entryid in log when retrieving message

git-svn-id: https://z-push.org/svn/z-push/trunk@1968 b7dd7b3b-3a3c-0410-9da9-bee62a6cc5b5
parent e11d220b
......@@ -117,7 +117,7 @@ class PHPWrapper {
$mapimessage = mapi_msgstore_openentry($this->store, $entryid);
try {
ZLog::Write(LOGLEVEL_DEBUG, sprintf("PHPWrapper->ImportMessageChange(): Getting message sourcekey '%s' from MAPIProvider", bin2hex($sourcekey)));
ZLog::Write(LOGLEVEL_DEBUG, sprintf("PHPWrapper->ImportMessageChange(): Getting message from MAPIProvider, sourcekey: '%s', parentsourcekey: '%s', entryid: '%s'", bin2hex($sourcekey), bin2hex($parentsourcekey), bin2hex($entryid)));
$message = $this->mapiprovider->GetMessage($mapimessage, $this->contentparameters);
}
catch (SyncObjectBrokenException $mbe) {
......
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