Output url of object being registered

This commit is contained in:
Wolfgang Sourdeau
2012-09-19 11:58:52 -04:00
parent d120b003bc
commit 2758b486f7
+2 -1
View File
@@ -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;