Skip to content

Prefer g_info() over g_message()

Niels De Graef requested to merge wip/nielsdg/no-g-message into master

Libraries shouldn't really use g_message() as it will show up in consumer application outputs. Let's use g_info() instead.

Fixes #40 (closed)

Merge request reports