summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@gnome.org>2020-10-27 15:22:28 -0500
committerJan-Michael Brummer <jan.brummer@tabos.org>2020-10-28 19:13:15 +0000
commit330450d563fc0f6c28eff01ecf474d4491348493 (patch)
treea9d38c7ab304ab95e7892c8ed002581332bf6542
parent701aa05d70bb206cee67bfc9e834784f88000a30 (diff)
downloadepiphany-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.build1
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())