diff --git a/src/sync.d b/src/sync.d index 3c52edbf..9c32cc1d 100644 --- a/src/sync.d +++ b/src/sync.d @@ -2193,7 +2193,7 @@ final class SyncEngine string userSyncList = cfg.configDirName ~ "/sync_list"; if (exists(userSyncList)){ // skipped most likely due to inclusion in sync_list - log.vlog("Skipping item - excluded by skip_list config: ", path); + log.vlog("Skipping item - excluded by sync_list config: ", path); return; } else { // skipped for some other reason