Update sync.d

* tweak skip message output
This commit is contained in:
abraunegg 2020-11-13 09:52:48 +11:00
parent b59596523e
commit aa533ef5a4

View file

@ -2025,7 +2025,7 @@ final class SyncEngine
} else { } else {
// parent id is not in the database // parent id is not in the database
unwanted = true; unwanted = true;
log.vlog("Skipping item - parent not present in local database"); log.vlog("Skipping file - parent path not present in local database");
} }
} }
} }