diff --git a/source/app.d b/source/app.d index 34cf2d0..b7e866c 100644 --- a/source/app.d +++ b/source/app.d @@ -221,7 +221,7 @@ } if( !nodeps ){ - logInfo("Checking dependencies in '%s'", dub.projectPath); + logInfo("Checking dependencies in '%s'", dub.projectPath.toNativeString()); logDebug("dub initialized"); dub.update(annotate ? UpdateOptions.JustAnnotate : UpdateOptions.None); }