diff options
author | Michael Catanzaro <mcatanzaro@gnome.org> | 2020-10-27 15:22:28 -0500 |
---|---|---|
committer | Michael Catanzaro <mcatanzaro@gnome.org> | 2020-10-27 15:22:28 -0500 |
commit | ddaeea81a06dfdd2ecbc35b690d178b50a572751 (patch) | |
tree | 4fecba69791447f745cbafe0ed0b1d4e29c0934c | |
parent | a31ad7e3b3722af8dc0e52b8829029268de513d4 (diff) | |
download | epiphany-mcatanzaro/log-domain.tar.gz |
Set G_LOG_DOMAINmcatanzaro/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()) |