GNOME Bugzilla – Bug 753635
wayland: change wl_log level to G_LOG_LEVEL_DEBUG
Last modified: 2015-08-14 17:50:08 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.
Created attachment 309288 [details] [review] wayland: change wl_log level to G_LOG_LEVEL_DEBUG
Review of attachment 309288 [details] [review]: Sounds very much reasonable.
Attachment 309288 [details] pushed as f4d2022 - wayland: change wl_log level to G_LOG_LEVEL_DEBUG
( see also http://lists.freedesktop.org/archives/wayland-devel/2015-August/023927.html )