From 6662900032e661381fab820ee80b5c6982ed6278 Mon Sep 17 00:00:00 2001 From: Samual Lenks Date: Sun, 3 Mar 2013 12:29:28 -0500 Subject: [PATCH] Fix debug print --- qcsrc/common/notifications.qc | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/qcsrc/common/notifications.qc b/qcsrc/common/notifications.qc index a858d9f0e..2072bd6ff 100644 --- a/qcsrc/common/notifications.qc +++ b/qcsrc/common/notifications.qc @@ -1035,7 +1035,14 @@ 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 + { + print(sprintf( + "Read_Notification(%d) at %f: ^1TRIED TO KILL NO_CPID CENTERPRINT!\n", + is_new, + time + )); + } } } else -- 2.39.2