Replace the _mesa_*printf() wrappers with the plain libc versions
[mesa.git] / src / mesa / drivers / dri / nouveau / nouveau_driver.h
index 54bf981a0f589facf21104a0ef689ad2c46f2fce..283f6eac2c8fbf5bf2d923eeeb5415d6c419241e 100644 (file)
@@ -70,7 +70,7 @@ struct nouveau_driver {
 };
 
 #define nouveau_error(format, ...) \
-       _mesa_fprintf(stderr, "%s: " format, __func__, ## __VA_ARGS__)
+       fprintf(stderr, "%s: " format, __func__, ## __VA_ARGS__)
 
 void
 nouveau_clear(GLcontext *ctx, GLbitfield buffers);