GNOME Bugzilla – Bug 761368
build: Set G_LOG_DOMAIN to libchamplain
Last modified: 2016-02-01 09:08:56 UTC
"Libraries should define this so that any messages which they log can be differentiated from messages from other libraries and application code" https://developer.gnome.org/glib/stable/glib-Message-Logging.html#G-LOG-DOMAIN:CAPS This enables us to filter debug messages to only see libchamplain output — quite useful! E.g. G_MESSAGES_DEBUG=libchamplain CHAMPLAIN_DEBUG=view gnome-maps
Created attachment 320139 [details] [review] build: Set G_LOG_DOMAIN to libchamplain
Applied, thanks!