projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08ac96e
)
dri: __driUtilMessage(): not all messages are errors
author
Brian Paul
<brianp@vmware.com>
Thu, 16 Apr 2009 22:37:53 +0000
(16:37 -0600)
committer
Brian Paul
<brianp@vmware.com>
Fri, 17 Apr 2009 22:10:26 +0000
(16:10 -0600)
src/mesa/drivers/dri/common/dri_util.c
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/common/dri_util.c
b/src/mesa/drivers/dri/common/dri_util.c
index f620c2600074de397fcfb5b263e4e2296ed4270c..e112720471879f97c93551a995b017969a6c8604 100644
(file)
--- a/
src/mesa/drivers/dri/common/dri_util.c
+++ b/
src/mesa/drivers/dri/common/dri_util.c
@@
-59,7
+59,7
@@
__driUtilMessage(const char *f, ...)
va_list args;
if (getenv("LIBGL_DEBUG")) {
- fprintf(stderr, "libGL
error: \n
");
+ fprintf(stderr, "libGL
:
");
va_start(args, f);
vfprintf(stderr, f, args);
va_end(args);