1
0
mirror of https://github.com/Kopano-dev/kopano-ol-extension.git synced 2023-10-10 13:37:40 +02:00

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

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