Skip to content

meson: Fix G_LOG_DOMAIN for shared_library as well as demos

Mayank Sharma requested to merge mayanksha/libgdata:fix-log-domain into master

Currently, libgdata's debug output come from empty log domain. This interferes when libgdata's debug output needs to be separate from any client which is trying to use it. This commit fixes G_LOG_DOMAIN for libgdata as well as all the demos (which have their own log domains).

Fixes: #30 (closed)

Edited by Mayank Sharma

Merge request reports