[Wayland-bugs] [Bug 73339] libwayland: the library should not print anything to stderr
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Wed Apr 30 12:20:46 PDT 2014
https://bugs.freedesktop.org/show_bug.cgi?id=73339
Kristian Høgsberg <krh at bitplanet.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #3 from Kristian Høgsberg <krh at bitplanet.net> ---
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 <krh at bitplanet.net>
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/wayland-bugs/attachments/20140430/e8816b71/attachment.html>
More information about the Wayland-bugs
mailing list