X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fnetradiant.git;a=blobdiff_plain;f=tools%2Fquake2%2Fq2map%2Fmain.c;h=c335dd34272753c1c6fe17e68c7c2c3035a1f4f9;hp=4eb3f393a103a85ce073a22922e5f3b5074c0fb7;hb=d8449157fd4facc0b2da329b630b159677565464;hpb=a288b9c4361aac242f3218e635f1ed73d070c146 diff --git a/tools/quake2/q2map/main.c b/tools/quake2/q2map/main.c index 4eb3f393..c335dd34 100644 --- a/tools/quake2/q2map/main.c +++ b/tools/quake2/q2map/main.c @@ -649,7 +649,7 @@ int main( int argc, char **argv ){ Sys_Printf( "Game: %s\n", game ); if ( !do_info && !do_bsp && !do_vis && !do_rad ) { - Sys_Printf( "ERROR: -bsp, -vis, -light, nor -info specified.\nWhat to you want me to do?\n\n" ); + Sys_FPrintf( SYS_ERR, "ERROR: -bsp, -vis, -light, nor -info specified.\nWhat to you want me to do?\n\n" ); } else {