Skip to content

Commit

Permalink
engine: server: log: use S_USAGE in logaddress for consistency with e…
Browse files Browse the repository at this point in the history
…xisting code
  • Loading branch information
jeefo authored and a1batross committed Jun 11, 2023
1 parent 868d10a commit 61c75b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/server/sv_log.c
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ void SV_SetLogAddress_f( void )

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 )
Con_Printf( "current: %s\n", NET_AdrToString( svs.log.net_address ));
Expand Down

0 comments on commit 61c75b9

Please sign in to comment.