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:
parent
5daff1dc44
commit
c88750ac7f
@ -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…
Reference in New Issue
Block a user