Fix typo - skip_list -> sync_list

Fix typo - skip_list -> sync_list
This commit is contained in:
abraunegg 2019-10-08 17:48:51 +11:00 committed by GitHub
parent 57cf29783a
commit 5da97d0757
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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