summaryrefslogtreecommitdiff
path: root/source/net_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/net_common.c')
-rw-r--r--source/net_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/net_common.c b/source/net_common.c
index 886bf90..3ee5494 100644
--- a/source/net_common.c
+++ b/source/net_common.c
@@ -220,7 +220,7 @@ static void NetLogFile_Close( void ) {
return;
}
- Com_Printf( "Closing %s\n", FS_GetFileName( net_logFile ) );
+ Com_Printf( "Closing network log.\n" );
FS_FCloseFile( net_logFile );
net_logFile = 0;