X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ftool.cpp;h=496132f7a5266523e92777e0558aeb79b62b57cb;hb=92d81529ec8f3b84f5471162d0b27914eff7adb5;hp=f3a29905b1651f12cc2c4dc92ef95f55e38b5a0d;hpb=82f1175238a94618b0cf1485b0132fb965996843;p=builder.git diff --git a/source/tool.cpp b/source/tool.cpp index f3a2990..496132f 100644 --- a/source/tool.cpp +++ b/source/tool.cpp @@ -64,7 +64,10 @@ 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)); problems.push_back(format("Can't find executable %s", command)); + } } }