X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=sv_demo.c;h=ad3e509f23460d9241bd98c59099d56ba834c2c0;hb=d1c3f1065fde02ed39b7eecc2d9b9a637388d091;hp=9a9cc1641feda26a1d3c4256b4f9fd540e68e4d7;hpb=01fe1aa7f6a669cdf71c910baf735ce68029be57;p=xonotic%2Fdarkplaces.git diff --git a/sv_demo.c b/sv_demo.c index 9a9cc164..ad3e509f 100644 --- a/sv_demo.c +++ b/sv_demo.c @@ -22,7 +22,7 @@ void SV_StartDemoRecording(client_t *client, const char *filename, int forcetrac client->sv_demo_file = FS_OpenRealFile(name, "wb", false); if(!client->sv_demo_file) { - Con_Print("ERROR: couldn't open.\n"); + Con_Print(CON_ERROR "ERROR: couldn't open.\n"); return; }