summaryrefslogtreecommitdiff
path: root/source/sv_ac.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/sv_ac.c')
-rw-r--r--source/sv_ac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/sv_ac.c b/source/sv_ac.c
index cabb963..1d919f5 100644
--- a/source/sv_ac.c
+++ b/source/sv_ac.c
@@ -799,7 +799,7 @@ static void AC_ParseQueryReply( void ) {
}
if( cl->state < cs_connected || cl->state > cs_primed ) {
- Com_DPrintf( "ANTICHEAT: %s with client in state %d\n",
+ Com_WPrintf( "ANTICHEAT: %s with client in state %d\n",
__func__, cl->state );
SV_DropClient( cl, NULL );
return;