tweak an error message

This commit is contained in:
Brian Paul 2003-09-18 23:10:36 +00:00
parent 87f858dd7c
commit 1a8ebb8c2f

View File

@ -836,7 +836,7 @@ _mesa_error( GLcontext *ctx, GLenum error, const char *fmtString, ... )
errstr = "unknown";
break;
}
_mesa_debug(ctx, "Mesa user error: %s in %s\n", errstr, where);
_mesa_debug(ctx, "User error: %s in %s\n", errstr, where);
}
_mesa_record_error(ctx, error);