aboutsummaryrefslogtreecommitdiff
path: root/interpreter.py
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2013-08-11 14:38:32 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2013-08-11 14:38:32 +0300
commitcf212c16f59c49d863bd5b2fc51fa20adc8b8a9f (patch)
treea1c79833b6959d2507714d7cdf99699083490a09 /interpreter.py
parent4bacfa6a8c8af5087cbb566d84121631410c8852 (diff)
downloadmeson-cf212c16f59c49d863bd5b2fc51fa20adc8b8a9f.zip
meson-cf212c16f59c49d863bd5b2fc51fa20adc8b8a9f.tar.gz
meson-cf212c16f59c49d863bd5b2fc51fa20adc8b8a9f.tar.bz2
Added debug logging path.
Diffstat (limited to 'interpreter.py')
-rw-r--r--interpreter.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/interpreter.py b/interpreter.py
index 2e1cced..474c2b1 100644
--- a/interpreter.py
+++ b/interpreter.py
@@ -1052,7 +1052,7 @@ class Interpreter():
self.validate_arguments(args, 2, [str, Executable])
t = Test(args[0], args[1])
self.build.tests.append(t)
- mlog.log('Adding test "', mlog.bold(args[0]), '".', sep='')
+ mlog.debug('Adding test "', mlog.bold(args[0]), '".', sep='')
def func_headers(self, node, args, kwargs):
for a in args: