From ac871dd6e273fb82757a45b201895b2cbf69e6c3 Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Mon, 2 Jun 2014 01:18:58 +0300 Subject: [PATCH] OCD --- meson.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.py b/meson.py index de2ae4bcc..517577aa4 100755 --- a/meson.py +++ b/meson.py @@ -119,7 +119,7 @@ itself as required.''' env = environment.Environment(self.source_dir, self.build_dir, self.meson_script_file, options) mlog.initialize(env.get_log_dir()) mlog.log(mlog.bold('The Meson build system')) - mlog.log(' version:', coredata.version) + mlog.log('Version:', coredata.version) mlog.log('Source dir:', mlog.bold(app.source_dir)) mlog.log('Build dir:', mlog.bold(app.build_dir)) if env.is_cross_build():