From: Carl Hetherington Date: Sun, 15 Apr 2018 21:29:52 +0000 (+0100) Subject: Fix thinko. X-Git-Tag: v2.13.15~6 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=90a31686bce2aae372fe7bfcf88d1d36e60e3f3e Fix thinko. --- diff --git a/waf-tools/clang_compilation_database.py b/waf-tools/clang_compilation_database.py index 4d9b5e275..189de1eb6 100644 --- a/waf-tools/clang_compilation_database.py +++ b/waf-tools/clang_compilation_database.py @@ -37,7 +37,7 @@ def collect_compilation_db_tasks(self): def write_compilation_database(ctx): "Write the clang compilation database as JSON" database_file = ctx.bldnode.make_node('compile_commands.json') - Logs.info('Build commands will be stored in %s', database_file.path_from(ctx.path)) + Logs.info('Build commands will be stored in %s' % database_file.path_from(ctx.path)) try: root = json.load(database_file) except IOError: