diff --git a/source/dub/packagemanager.d b/source/dub/packagemanager.d index 97f5b67..41e0532 100644 --- a/source/dub/packagemanager.d +++ b/source/dub/packagemanager.d @@ -386,7 +386,7 @@ logDebug("Looking up journal"); auto journalFile = pack.path~JournalJsonFilename; if (!existsFile(journalFile)) - throw new Exception(format("Removal failed, no retrieval journal found for '"~pack.name~"'. Please remove the folder '%s' manually.", pack.path.toNativeString())); + throw new Exception(format("Removal failed, no retrieval journal found for '%s'. Please remove the folder '%s' manually.", pack.name, pack.path.toNativeString())); auto packagePath = pack.path; auto journal = new Journal(journalFile);