From 1885a6a5f31a62a46d28e2c03e608f128921e43b Mon Sep 17 00:00:00 2001 From: abraunegg Date: Sun, 26 Aug 2018 07:13:14 +1000 Subject: [PATCH] update debugging update debugging --- src/sync.d | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/sync.d b/src/sync.d index 041d8b58..bbf738b5 100644 --- a/src/sync.d +++ b/src/sync.d @@ -1111,6 +1111,8 @@ final class SyncEngine Item parent; // Check the database for the parent + // Issue #121 Debugging + log.log("Full Path: ", path); enforce(itemdb.selectByPath(dirName(path), defaultDriveId, parent), "The parent item is not in the local database"); // Maximum file size upload