From 85570cc4f468e57f3552ce93b8000ecd0830e2a7 Mon Sep 17 00:00:00 2001 From: Spoike Date: Mon, 4 Feb 2008 11:31:32 +0000 Subject: [PATCH] okay, that print isn't meant to be stream-specific git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2904 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- fteqtv/forward.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fteqtv/forward.c b/fteqtv/forward.c index 4b54c303..0b7ee0ae 100644 --- a/fteqtv/forward.c +++ b/fteqtv/forward.c @@ -869,7 +869,7 @@ qboolean SV_ReadPendingProxy(cluster_t *cluster, oproxy_t *pend) //part of the connection process, can be ignored if there's no password } else - printf("Stream %i: Unrecognized token in QTV connection request (%s)\n", qtv->streamid, s); + printf("Unrecognized token in QTV connection request (%s)\n", s); } else { @@ -927,7 +927,7 @@ qboolean SV_ReadPendingProxy(cluster_t *cluster, oproxy_t *pend) //part of the connection process, can be ignored if there's no password } else - printf("Stream %i: Unrecognized token in QTV connection request (%s)\n", qtv->streamid, s); + printf("Unrecognized token in QTV connection request (%s)\n", s); } } s = e+1;