diff --git a/src/sync.d b/src/sync.d index e6e6f67b..b3bfe6ab 100644 --- a/src/sync.d +++ b/src/sync.d @@ -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;