diff options
author | Michael Catanzaro <mcatanzaro@gnome.org> | 2020-10-27 15:22:28 -0500 |
---|---|---|
committer | Jan-Michael Brummer <jan.brummer@tabos.org> | 2020-10-28 19:13:15 +0000 |
commit | 330450d563fc0f6c28eff01ecf474d4491348493 (patch) | |
tree | a9d38c7ab304ab95e7892c8ed002581332bf6542 | |
parent | 701aa05d70bb206cee67bfc9e834784f88000a30 (diff) | |
download | epiphany-330450d563fc0f6c28eff01ecf474d4491348493.tar.gz |
Set G_LOG_DOMAIN
Now you can set G_MESSAGES_DEBUG=epiphany to see only Epiphany-specific
logs. Yay!
-rw-r--r-- | meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build index 4dcd7ad5b..593fcec32 100644 --- a/meson.build +++ b/meson.build @@ -55,6 +55,7 @@ conf.set_quoted('PROFILE', profile) conf.set_quoted('SOURCE_ROOT', meson.source_root()) tech_preview = get_option('tech_preview') conf.set10('TECH_PREVIEW', tech_preview) +conf.set_quoted('G_LOG_DOMAIN', 'epiphany') version_array = meson.project_version().split('.') conf.set('EPHY_MAJOR_VERSION', version_array[0].to_int()) |