From 72a13752b682ca9374d0dd033a2fe54e34d744f3 Mon Sep 17 00:00:00 2001
From: Spoike <acceptthis@users.sourceforge.net>
Date: Sat, 29 Jan 2005 02:22:43 +0000
Subject: [PATCH] KovaaK wanted this not to be spammed so much

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@861 fc73d0e0-1445-4013-8a0c-d673dee63da5
---
 engine/client/cl_main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/engine/client/cl_main.c b/engine/client/cl_main.c
index 2e8b6c608..1762364fa 100644
--- a/engine/client/cl_main.c
+++ b/engine/client/cl_main.c
@@ -1399,7 +1399,7 @@ void CL_Packet_f (void)
 				return;
 			}
 
-		Con_Printf ("Sending realip packet\n");
+		Con_DPrintf ("Sending realip packet\n");
 	}
 	cls.lastarbiatarypackettime = Sys_DoubleTime();	//prevent the packet command from causing a reconnect on badly configured mvdsv servers.