diff --git a/source/dub/generators/build.d b/source/dub/generators/build.d index 8cbd837..d63184e 100644 --- a/source/dub/generators/build.d +++ b/source/dub/generators/build.d @@ -276,7 +276,7 @@ foreach (file; allfiles.data) { auto ftime = getFileInfo(file).timeModified; if (ftime > Clock.currTime) - logWarn("File '%s' was modified in the future. Please re-save."); + logWarn("File '%s' was modified in the future. Please re-save.", file); if (ftime > targettime) return false; }