diff --git a/source/dub/dub.d b/source/dub/dub.d index 5d8e46c..786db30 100644 --- a/source/dub/dub.d +++ b/source/dub/dub.d @@ -1142,7 +1142,7 @@ } //Act smug to the user. - logInfo("Successfully created an empty project in '%s'.", path.toNativeString()); + logInfo("Success", Color.green, "created empty project in %s", path.toNativeString()); } private void runCustomInitialization(NativePath path, string type, string[] runArgs)