]> git.tdb.fi Git - builder.git/blobdiff - source/msvclinker.cpp
Refactor logger to do message formatting internally
[builder.git] / source / msvclinker.cpp
index f6d514ba8bbd99a664f7fdb4f8ca753805288e96..78cf0b25b0d9fd5b395528c641111d877a7bb8df 100644 (file)
@@ -1,6 +1,5 @@
 #include <msp/core/environ.h>
 #include <msp/fs/utils.h>
-#include <msp/strings/format.h>
 #include <msp/strings/utils.h>
 #include "builder.h"
 #include "component.h"
@@ -79,7 +78,7 @@ void MsvcLinker::do_prepare()
        for(const FS::Path &p: system_path)
        {
                append(path, ";", p.str());
-               builder.get_logger().log("tools", format("Got %s system path: %s", tag, p));
+               builder.get_logger().log("tools", "Got %s system path: %s", tag, p);
        }
 
        setenv("LIB", path);