X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=gl_backend.c;fp=gl_backend.c;h=409425b36a425700297ab675912b0eec3f74ed2d;hb=1b5e3869f0fd3e2fe323680784610d48d6efddca;hp=4ad00bc24efb0c9070e977b9c5d60ebab2c1555d;hpb=38adc57602a2d9a03c6f6f8d2e5cc91c14a6bd9e;p=xonotic%2Fdarkplaces.git diff --git a/gl_backend.c b/gl_backend.c index 4ad00bc2..409425b3 100644 --- a/gl_backend.c +++ b/gl_backend.c @@ -1551,7 +1551,7 @@ void R_Mesh_Start(void) R_Mesh_SetRenderTargets(0, NULL, NULL, NULL, NULL, NULL); if (gl_printcheckerror.integer && !gl_paranoid.integer) { - Con_Printf("WARNING: gl_printcheckerror is on but gl_paranoid is off, turning it on...\n"); + Con_Warnf("WARNING: gl_printcheckerror is on but gl_paranoid is off, turning it on...\n"); Cvar_SetValueQuick(&gl_paranoid, 1); } }