From 8cb74cfabe8392194a7e91d099ef3678c5fa61a9 Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Mon, 17 Mar 2008 21:55:33 +0000 Subject: added more checking to the messages --- src/game/client/gc_hooks.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/client/gc_hooks.cpp') diff --git a/src/game/client/gc_hooks.cpp b/src/game/client/gc_hooks.cpp index 9c242ffc..0d2db63b 100644 --- a/src/game/client/gc_hooks.cpp +++ b/src/game/client/gc_hooks.cpp @@ -503,7 +503,7 @@ extern "C" void modc_message(int msgtype) void *rawmsg = netmsg_secure_unpack(msgtype); if(!rawmsg) { - dbg_msg("client", "dropped weird message '%s' (%d)", netmsg_get_name(msgtype), msgtype); + dbg_msg("client", "dropped weird message '%s' (%d), failed on '%s'", netmsg_get_name(msgtype), msgtype, netmsg_failed_on()); return; } -- cgit 1.4.1