]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - tools/quake2/q2map/main.c
More: Using Sys_FPrintf with SYS_WRN and SYS_ERR
[xonotic/netradiant.git] / tools / quake2 / q2map / main.c
index 4eb3f393a103a85ce073a22922e5f3b5074c0fb7..c335dd34272753c1c6fe17e68c7c2c3035a1f4f9 100644 (file)
@@ -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
        {