engine: server: log: use S_USAGE in logaddress for consistency with existing code

This commit is contained in:
jeefo 2023-06-11 16:26:26 +03:00 committed by Alibek Omarov
parent 868d10a842
commit 61c75b9809

View File

@ -181,7 +181,7 @@ void SV_SetLogAddress_f( void )
if( Cmd_Argc() != 3 ) if( Cmd_Argc() != 3 )
{ {
Con_Printf( "logaddress: usage\nlogaddress < ip port | off >\n" ); Con_Printf( S_USAGE "logaddress < ip port | off >\n" );
if( svs.log.active && svs.log.net_log ) if( svs.log.active && svs.log.net_log )
Con_Printf( "current: %s\n", NET_AdrToString( svs.log.net_address )); Con_Printf( "current: %s\n", NET_AdrToString( svs.log.net_address ));