From: Samual Lenks Date: Sun, 3 Mar 2013 17:29:28 +0000 (-0500) Subject: Fix debug print X-Git-Tag: xonotic-v0.7.0~62^2~23^2~27 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=6662900032e661381fab820ee80b5c6982ed6278;p=xonotic%2Fxonotic-data.pk3dir.git Fix debug print --- 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