After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 768010 - Log levels error and critical are switched
Log levels error and critical are switched
Status: RESOLVED FIXED
Product: rygel
Classification: Applications
Component: librygel-core
git master
Other Windows
: Normal normal
: ---
Assigned To: rygel-maint
rygel-maint
Depends on:
Blocks:
 
 
Reported: 2016-06-24 15:17 UTC by Jens Georg
Modified: 2016-06-26 14:35 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
core: Fix Log level Error (1.36 KB, patch)
2016-06-26 14:34 UTC, Jens Georg
committed Details | Review

Description Jens Georg 2016-06-24 15:17:01 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.
Comment 1 Jens Georg 2016-06-26 14:34:17 UTC
Created attachment 330402 [details] [review]
core: Fix Log level Error

Error and Critical were swapped

Signed-off-by: Jens Georg <mail@jensge.org>
Comment 2 Jens Georg 2016-06-26 14:34:53 UTC
Attachment 330402 [details] pushed as 5a64eec - core: Fix Log level Error