commit | 1c9786894cc3ce66665ca507a6daf6a829e5af89 | [log] [tgz] |
---|---|---|
author | Brian Paul <brianp@vmware.com> | Fri Apr 24 10:46:40 2009 -0600 |
committer | Brian Paul <brianp@vmware.com> | Fri Apr 24 10:50:40 2009 -0600 |
tree | 717a15137fb6d59e668acf12e09f0e9f0d780251 | |
parent | 3321b6984ecd96ba466d8d010e390fff71a799d7 [diff] |
mesa: fix up error/warning/debug output newlines As of commit 23ad86cfb91c294ce85a3116d4b825aaa3988a6e all messages go through output_if_debug(). Add new parameter to output_if_debug() to indicate whether to emit a newline. _mesa_warning() and _mesa_error() calls should not end their strings with \n. _mesa_debug() calls should end their text with \n.