diff --git a/src/sync.d b/src/sync.d index 3d6e7cd8..1045f845 100644 --- a/src/sync.d +++ b/src/sync.d @@ -268,7 +268,7 @@ final class SyncEngine } catch (OneDriveException e) { if (e.httpStatusCode == 404) { // The directory was not found on OneDrive - no need to delete it - log.vlog("The requested directory to create was not found on OneDrive - skipping removing the remote directory as it doesnt exist"); + log.vlog("The requested directory to delete was not found on OneDrive - skipping removing the remote directory as it doesn't exist"); return; } }