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 753635 - wayland: change wl_log level to G_LOG_LEVEL_DEBUG
wayland: change wl_log level to G_LOG_LEVEL_DEBUG
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Backend: Wayland
unspecified
Other All
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2015-08-14 15:06 UTC by Ray Strode [halfline]
Modified: 2015-08-14 17:50 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
wayland: change wl_log level to G_LOG_LEVEL_DEBUG (2.74 KB, patch)
2015-08-14 15:06 UTC, Ray Strode [halfline]
committed Details | Review

Description Ray Strode [halfline] 2015-08-14 15:06:45 UTC
wl_log() currently logs using G_LOG_LEVEL_ERROR
(which is fatal). The wayland client library doesn't
expect this behavior. It uses wl_log to log recoverable
errors.

This commit changes the log level to G_LOG_LEVEL_DEBUG
instead.
Comment 1 Ray Strode [halfline] 2015-08-14 15:06:50 UTC
Created attachment 309288 [details] [review]
wayland: change wl_log level to G_LOG_LEVEL_DEBUG
Comment 2 Emmanuele Bassi (:ebassi) 2015-08-14 15:09:41 UTC
Review of attachment 309288 [details] [review]:

Sounds very much reasonable.
Comment 3 Ray Strode [halfline] 2015-08-14 15:27:58 UTC
Attachment 309288 [details] pushed as f4d2022 - wayland: change wl_log level to G_LOG_LEVEL_DEBUG
Comment 4 Ray Strode [halfline] 2015-08-14 17:50:08 UTC
( see also http://lists.freedesktop.org/archives/wayland-devel/2015-August/023927.html )