From 141d01d71ce8b3f9e5b4a9f840296e723ebcd359 Mon Sep 17 00:00:00 2001 From: Samual Lenks Date: Fri, 8 Feb 2013 22:16:38 -0500 Subject: [PATCH] Make this a dprint --- qcsrc/common/notifications.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcsrc/common/notifications.qc b/qcsrc/common/notifications.qc index c96f1a4b7..b68502474 100644 --- a/qcsrc/common/notifications.qc +++ b/qcsrc/common/notifications.qc @@ -267,7 +267,7 @@ void Read_Notification(float is_new) float f3 = ((floatcount >= 3) ? ReadLong() : NO_FL_ARG); float f4 = ((floatcount == 4) ? ReadLong() : NO_FL_ARG); - print("Read_Notification(", ftos(is_new), ") at ", ftos(time), ": net_name = ", Get_Field_Value(F_NAME, net_type, net_name), ".\n"); + dprint("Read_Notification(", ftos(is_new), ") at ", ftos(time), ": net_name = ", Get_Field_Value(F_NAME, net_type, net_name), ".\n"); if(is_new) { Local_Notification_Without_VarArgs(net_type, net_name, stringcount, floatcount, s1, s2, s3, s4, f1, f2, f3, f4); } } -- 2.39.2