mesa: more info in _mesa_problem() call

This commit is contained in:
Brian Paul 2009-03-13 08:38:32 -06:00
parent 4681a1d1ee
commit fcb0d8968d

View file

@ -183,7 +183,9 @@ calculate_derived_texenv( struct gl_tex_env_combine_state *state,
break;
default:
_mesa_problem(NULL, "Invalid texBaseFormat in calculate_derived_texenv");
_mesa_problem(NULL,
"Invalid texBaseFormat 0x%x in calculate_derived_texenv",
texBaseFormat);
return;
}