Update error logging around directory case-insensitive match (#412)

* Update error logging around directory case-insensitive match
This commit is contained in:
abraunegg 2019-03-14 05:44:43 +11:00 committed by GitHub
parent a9ba0204c5
commit ac7789df14
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1649,7 +1649,7 @@ final class SyncEngine
}
} else {
// They are the "same" name wise but different in case sensitivity
log.error("ERROR: A local directory has the same name as another local directory.");
log.error("ERROR: Current directory has a 'case-insensitive match' to an existing directory on OneDrive");
log.error("ERROR: To resolve, rename this local directory: ", absolutePath(path));
log.log("Skipping: ", absolutePath(path));
return;