mirror of
https://github.com/Kopano-dev/kopano-ol-extension.git
synced 2023-10-10 11:37:40 +00:00
Added additional log for missing parent
This commit is contained in:
parent
4749f12de9
commit
fc6e517373
@ -99,6 +99,7 @@ namespace Acacia.ZPush.API.SharedFolders
|
|||||||
else if (!foldersByServerId.ContainsKey(folder.ParentId))
|
else if (!foldersByServerId.ContainsKey(folder.ParentId))
|
||||||
{
|
{
|
||||||
// Ignore the node if the parent is not available
|
// Ignore the node if the parent is not available
|
||||||
|
Logger.Instance.Warning(this, "Missing parent node: {0}", folder.ParentId);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user