Added additional log for missing parent

This commit is contained in:
Patrick Simpson 2017-03-22 13:49:55 +01:00
parent 5daff1dc44
commit c88750ac7f
1 changed files with 1 additions and 0 deletions

View File

@ -99,6 +99,7 @@ namespace Acacia.ZPush.API.SharedFolders
else if (!foldersByServerId.ContainsKey(folder.ParentId))
{
// Ignore the node if the parent is not available
Logger.Instance.Warning(this, "Missing parent node: {0}", folder.ParentId);
continue;
}
else