]> git.tdb.fi Git - builder.git/blobdiff - source/tool.cpp
Refactor logger to do message formatting internally
[builder.git] / source / tool.cpp
index 54138215e5f0ca25d368fb32bc801592f3413c2d..da7054abf3fdb5959b880e5772e55cde08863d2b 100644 (file)
@@ -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));
                }
        }