From 42ad8664f972aaecff80934b5ec7d135d04ea767 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Mon, 3 Mar 2003 15:37:41 +0000 Subject: better error messages (Leif Delgass) --- src/mesa/main/dlist.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/mesa/main/dlist.c') diff --git a/src/mesa/main/dlist.c b/src/mesa/main/dlist.c index f04bedc68e..3fbb2ad928 100644 --- a/src/mesa/main/dlist.c +++ b/src/mesa/main/dlist.c @@ -1,4 +1,4 @@ -/* $Id: dlist.c,v 1.102 2003/01/21 21:47:48 brianp Exp $ */ +/* $Id: dlist.c,v 1.103 2003/03/03 15:37:45 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -5083,7 +5083,7 @@ _mesa_CallList( GLuint list ) if (MESA_VERBOSE & VERBOSE_API) - _mesa_debug(ctx, "_mesa_CallList %d\n", list); + _mesa_debug(ctx, "glCallList %d\n", list); /* mesa_print_display_list( list ); */ @@ -5116,7 +5116,7 @@ _mesa_CallLists( GLsizei n, GLenum type, const GLvoid *lists ) GLboolean save_compile_flag; if (MESA_VERBOSE & VERBOSE_API) - _mesa_debug(ctx, "_mesa_CallLists %d\n", n); + _mesa_debug(ctx, "glCallLists %d\n", n); switch (type) { case GL_BYTE: -- cgit v1.2.3