st/mesa: more helpful debug message in destroy_program_variants_cb()

This commit is contained in:
Brian Paul 2011-06-08 15:15:07 -06:00
parent 2d22186ca8
commit e37e196151

View file

@ -1087,8 +1087,8 @@ destroy_program_variants(struct st_context *st, struct gl_program *program)
}
break;
default:
_mesa_problem(NULL, "Unexpected program target in "
"destroy_program_variants_cb()");
_mesa_problem(NULL, "Unexpected program target 0x%x in "
"destroy_program_variants_cb()", program->Target);
}
}