https://bugs.freedesktop.org/show_bug.cgi?id=73339
Kristian Høgsberg <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #3 from Kristian Høgsberg <[email protected]> --- wl_log is only for logging not for handling protocol errors. If we add a mechanism for handling protocol errors, it will be a per-object handler. With that, this handles the remaining stderr printing: commit 88f3bd84c8ea8f0b3526f970388ef76baa231fe2 Author: Kristian Høgsberg <[email protected]> Date: Wed Apr 30 12:18:52 2014 -0700 Avoid printing to stderr Use wl_log in the last few places where we print to stderr. Remove logging in a couple of places where we properly return an error code. https://bugs.freedesktop.org/show_bug.cgi?id=73339 -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Wayland-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/wayland-bugs
