summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/r300_context.h
diff options
context:
space:
mode:
authorVladimir Dergachev <volodya@freedesktop.org>2005-02-01 15:46:23 +0000
committerVladimir Dergachev <volodya@freedesktop.org>2005-02-01 15:46:23 +0000
commit6d419feec75ab30fde2033db8d99b65da41cc4fe (patch)
tree97c289fc0ef21b9ff830bd89cdb04a8a14109d56 /src/mesa/drivers/dri/r300/r300_context.h
parent88e155e353cfa8fb7531c01c0187d74576e27631 (diff)
Reduce noiseness of the driver.
Diffstat (limited to 'src/mesa/drivers/dri/r300/r300_context.h')
-rw-r--r--src/mesa/drivers/dri/r300/r300_context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/r300/r300_context.h b/src/mesa/drivers/dri/r300/r300_context.h
index 8c8a8bfc71..47b3c8374d 100644
--- a/src/mesa/drivers/dri/r300/r300_context.h
+++ b/src/mesa/drivers/dri/r300/r300_context.h
@@ -59,7 +59,7 @@ typedef struct r300_context *r300ContextPtr;
#define WARN_ONCE(a) { \
static int warn=1; \
if(warn){ \
- fprintf(stderr, (a)); \
+ fprintf(stderr, "***WARN_ONCE*** " a); \
warn=0;\
} \
}