mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-30 23:28:06 +02:00
st/mesa: more helpful debug message in destroy_program_variants_cb()
This commit is contained in:
parent
2d22186ca8
commit
e37e196151
1 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue