From bc38392eb1e7b219e3b3814934c530a028587dbd Mon Sep 17 00:00:00 2001 From: Andrey Nazarov Date: Sat, 15 Sep 2007 18:09:56 +0000 Subject: Allow quake paths up to MAX_OSPATH characters at VFS level. Modified demo recording and playback functions to support longer pathnames. --- source/net_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/net_common.c') 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; -- cgit v1.2.3