From f411c9dd287c2bc6a874605ef4bd550441b36649 Mon Sep 17 00:00:00 2001 From: Andrey Nazarov Date: Thu, 13 Dec 2007 20:09:16 +0000 Subject: Removed `con_histfile' variable in favor of `con_history'. Write console history to `.conhistory' by default. Updated revision to 167. --- source/sv_init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/sv_init.c') diff --git a/source/sv_init.c b/source/sv_init.c index b6c1741..cb91de2 100644 --- a/source/sv_init.c +++ b/source/sv_init.c @@ -270,7 +270,7 @@ void SV_InitGame( qboolean ismvd ){ if( deflateInit2( &svs.z, Z_DEFAULT_COMPRESSION, Z_DEFLATED, -15, 9, Z_DEFAULT_STRATEGY ) != Z_OK ) { - Com_Error( ERR_FATAL, "deflateInit2() failed" ); + Com_Error( ERR_FATAL, "%s: deflateInit2() failed", __func__ ); } #endif -- cgit v1.2.3