[Mesa-dev] [Bug 65475] Inconsistent use of both stderr and stdout for debug output
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Wed Sep 4 14:06:10 PDT 2013
https://bugs.freedesktop.org/show_bug.cgi?id=65475
--- Comment #1 from Ian Romanick <idr at freedesktop.org> ---
It seems like most of the messages should use one of _mesa_problem,
_mesa_error, or _mesa_warning. We may even want an additional _mesa_info. The
advantage of using these (instead of printf directly) is they also route
through ARB_debug_output.
printf and fprintf appear ~1500 times in the code base. Going through and
changing all of them (and reviewing all the patches that result), doesn't seem
like a good use of anyone's time. :(
--
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/mesa-dev/attachments/20130904/600e89cd/attachment.html>
More information about the mesa-dev
mailing list