From: Samual Lenks Date: Thu, 31 Jan 2013 10:54:23 +0000 (-0500) Subject: Debug print X-Git-Tag: xonotic-v0.7.0~62^2~23^2~293 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=35b766d9b7a5a86aef55e8c298e5de585e467397;p=xonotic%2Fxonotic-data.pk3dir.git Debug print --- diff --git a/qcsrc/common/notifications.qc b/qcsrc/common/notifications.qc index 5f9beb70e8..3773b890fc 100644 --- a/qcsrc/common/notifications.qc +++ b/qcsrc/common/notifications.qc @@ -327,6 +327,7 @@ void Read_Notification(float is_new) float f4 = ((floatcount == 4) ? ReadLong() : NO_FL_ARG); if(is_new) { Local_Notification_Without_VarArgs(net_type, net_name, stringcount, floatcount, s1, s2, s3, s4, f1, f2, f3, f4); } + else { print("received old notification? net_name = ", ftos(net_name), ".\n"); } } #endif