GNOME Bugzilla – Bug 768010
Log levels error and critical are switched
Last modified: 2016-06-26 14:35:00 UTC
In GLib, "error" is higher as "critical", in Rygel it's the other way round and the GLib log flags are constructed likewise, so when configuring a component with ":1" you would only receive criticals but no errors which in turn would abort() the progress without any message left.
Created attachment 330402 [details] [review] core: Fix Log level Error Error and Critical were swapped Signed-off-by: Jens Georg <mail@jensge.org>
Attachment 330402 [details] pushed as 5a64eec - core: Fix Log level Error