Fix log output to be consistent

Fix log output to be consistent with sync_list exclusion
This commit is contained in:
abraunegg 2019-10-08 18:11:37 +11:00 committed by GitHub
parent 5da97d0757
commit 808a2f331b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1120,7 +1120,7 @@ final class SyncEngine
} else {
// path is unwanted
unwanted = true;
log.vlog("Skipping item - path excluded by user config: ", path);
log.vlog("Skipping item - excluded by sync_list config: ", path);
}
}
} else {