diff options
Diffstat (limited to 'src/mesa/x86-64')
-rw-r--r-- | src/mesa/x86-64/x86-64.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/x86-64/x86-64.c b/src/mesa/x86-64/x86-64.c index e70bc66274..21d978b06e 100644 --- a/src/mesa/x86-64/x86-64.c +++ b/src/mesa/x86-64/x86-64.c @@ -1,4 +1,4 @@ -/* $Id: x86-64.c,v 1.1 2005/05/07 16:59:59 brianp Exp $ */ +/* $Id: x86-64.c,v 1.2 2005/09/19 20:12:33 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -70,7 +70,7 @@ static void message( const char *msg ) } #endif if ( debug ) { - fprintf( stderr, "%s", msg ); + _mesa_debug( NULL, "%s", msg ); } } #endif |