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; } }