diff options
Diffstat (limited to 'source/net_common.c')
-rw-r--r-- | source/net_common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/net_common.c b/source/net_common.c index 7465d67..96f57c6 100644 --- a/source/net_common.c +++ b/source/net_common.c @@ -294,7 +294,7 @@ static void NET_LogPacket( const netadr_t *address, const char *prefix, FS_FPrintf( net_logFile, " " ); } } - FS_FPrintf( net_logFile, ": ", i ); + FS_FPrintf( net_logFile, ": " ); for( j = 0; j < 16; j++ ) { if( i * 16 + j < length ) { c = data[i * 16 + j]; |