X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Ftool.cpp;h=da7054abf3fdb5959b880e5772e55cde08863d2b;hb=5e00719d0c63e306786ff36df61797cdbc86f3e9;hp=54138215e5f0ca25d368fb32bc801592f3413c2d;hpb=82c7d6187fdaeaa1b9cfbd6637d9b047a78f17ec;p=builder.git diff --git a/source/tool.cpp b/source/tool.cpp index 5413821..da7054a 100644 --- a/source/tool.cpp +++ b/source/tool.cpp @@ -62,7 +62,7 @@ void Tool::prepare() executable = builder.get_vfs().find_binary(command); if(!executable) { - builder.get_logger().log("problems", format("Can't find executable %s for %s", command, tag)); + builder.get_logger().log("problems", "Can't find executable %s for %s", command, tag); problems.push_back(format("Can't find executable %s", command)); } }