diff --git a/source/dub/dub.d b/source/dub/dub.d index 3c64c0b..3a87fec 100644 --- a/source/dub/dub.d +++ b/source/dub/dub.d @@ -1066,7 +1066,7 @@ auto tool_pack = m_packageManager.getBestPackage(tool, ">=0.0.0"); if (!tool_pack) tool_pack = m_packageManager.getBestPackage(tool, "~master"); if (!tool_pack) { - logInfo("% is not present, getting and storing it user wide", tool); + logInfo("%s is not present, getting and storing it user wide", tool); tool_pack = fetch(tool, Dependency(">=0.0.0"), defaultPlacementLocation, FetchOptions.none); }