]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Make this a dprint
authorSamual Lenks <samual@xonotic.org>
Sat, 9 Feb 2013 03:16:38 +0000 (22:16 -0500)
committerSamual Lenks <samual@xonotic.org>
Sat, 9 Feb 2013 03:16:38 +0000 (22:16 -0500)
qcsrc/common/notifications.qc

index c96f1a4b73a1be85452de8764129efecad7b233f..b685024747aa5d2aad590c7e5334dbef43ecae66 100644 (file)
@@ -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); }
 }