From 99e3c4973888f0702f95b9616e167331dd2e870f Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Thu, 31 Mar 2011 21:56:25 +0000 Subject: [PATCH] Monotone-Parent: 92df195fbe1c4391ea6ee2bda8d4c6df56a3b430 Monotone-Revision: 42f34b6cbca620e98aa44be4be3e4037f50395e0 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-03-31T21:56:25 Monotone-Branch: ca.inverse.sogo --- OpenChange/MAPIStoreContext.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenChange/MAPIStoreContext.m b/OpenChange/MAPIStoreContext.m index dd19bdf22..1cf211aad 100644 --- a/OpenChange/MAPIStoreContext.m +++ b/OpenChange/MAPIStoreContext.m @@ -1039,7 +1039,7 @@ _prepareContextClass (struct mapistore_context *newMemCtx, else { [self errorWithFormat: @"no data for property %s(%.8x)" - @" in mid %.16x", propName, fmid]; + @" in mid %.16x", propName, property, fmid]; rc = MAPI_E_NOT_FOUND; } }