X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fmsvccompiler.cpp;h=dbbc64d41895baea735e41d2e7f8f5c19ec8dd59;hb=5e00719d0c63e306786ff36df61797cdbc86f3e9;hp=c4066273b6905e2e8754973b1cb73a10f6b57b43;hpb=aa053d637e8259755af7d2e4b510a242f4d29c7b;p=builder.git diff --git a/source/msvccompiler.cpp b/source/msvccompiler.cpp index c406627..dbbc64d 100644 --- a/source/msvccompiler.cpp +++ b/source/msvccompiler.cpp @@ -87,7 +87,7 @@ void MsvcCompiler::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("INCLUDE", path);