From 2758b486f7a724bda16f7c660686079de8a698c1 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Wed, 19 Sep 2012 11:58:52 -0400 Subject: [PATCH] Output url of object being registered --- OpenChange/MAPIStoreContext.m | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/OpenChange/MAPIStoreContext.m b/OpenChange/MAPIStoreContext.m index 5be1de372..43f385c8c 100644 --- a/OpenChange/MAPIStoreContext.m +++ b/OpenChange/MAPIStoreContext.m @@ -531,7 +531,8 @@ static inline NSURL *CompleteURLFromMapistoreURI (const char *uri) mappingId = [mapping idFromURL: childURL]; if (mappingId == NSNotFound) { - [self warnWithFormat: @"no id exist yet, requesting one..."]; + [self warnWithFormat: @"no id exist yet for '%@', requesting one...", + childURL]; openchangedb_get_new_folderID (connInfo->oc_ctx, &mappingId); [mapping registerURL: childURL withID: mappingId]; contextId = 0;