summaryrefslogtreecommitdiff
path: root/source/sv_init.c
diff options
context:
space:
mode:
authorAndrey Nazarov <skuller@skuller.net>2007-12-13 20:09:16 +0000
committerAndrey Nazarov <skuller@skuller.net>2007-12-13 20:09:16 +0000
commitf411c9dd287c2bc6a874605ef4bd550441b36649 (patch)
tree6d8429af176c21511804490fa547e5f4686ac950 /source/sv_init.c
parent3c8fe101265730beee3f42fa142191b7de4375a2 (diff)
Removed `con_histfile' variable in favor of `con_history'.
Write console history to `.conhistory' by default. Updated revision to 167.
Diffstat (limited to 'source/sv_init.c')
-rw-r--r--source/sv_init.c2
1 files changed, 1 insertions, 1 deletions
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