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
4749f12de9
commit
fc6e517373
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user