From dc37bd146921214ad0d2d39336783002349fc5d7 Mon Sep 17 00:00:00 2001 From: Samual Lenks Date: Sat, 2 Mar 2013 17:06:49 -0500 Subject: [PATCH] Add error in case a MSG_CENTER_CPID notification is sent with NO_CPID --- qcsrc/common/notifications.qc | 1 + 1 file changed, 1 insertion(+) diff --git a/qcsrc/common/notifications.qc b/qcsrc/common/notifications.qc index 6ed784a0c..ba1ea6896 100644 --- a/qcsrc/common/notifications.qc +++ b/qcsrc/common/notifications.qc @@ -1034,6 +1034,7 @@ void Read_Notification(float is_new) // in this case, net_name IS the cpid we want to kill centerprint_generic(net_name, "", 0, 0); } + else { print("Read_Notification(%d) at %f: ^1TRIED TO KILL NO_CPID CENTERPRINT!\n"); } } } else -- 2.39.2