From 35b766d9b7a5a86aef55e8c298e5de585e467397 Mon Sep 17 00:00:00 2001 From: Samual Lenks Date: Thu, 31 Jan 2013 05:54:23 -0500 Subject: [PATCH] Debug print --- qcsrc/common/notifications.qc | 1 + 1 file changed, 1 insertion(+) diff --git a/qcsrc/common/notifications.qc b/qcsrc/common/notifications.qc index 5f9beb70e..3773b890f 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 -- 2.39.2