[epiphany/mcatanzaro/log-domain] Set G_LOG_DOMAIN




commit ddaeea81a06dfdd2ecbc35b690d178b50a572751
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Tue Oct 27 15:22:28 2020 -0500

    Set G_LOG_DOMAIN
    
    Now you can set G_MESSAGES_DEBUG=epiphany to see only Epiphany-specific
    logs. Yay!

 meson.build | 1 +
 1 file changed, 1 insertion(+)
---
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())


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]