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
This commit is contained in:
Spoike 2008-02-04 11:31:32 +00:00
parent 12d0492566
commit 85570cc4f4
1 changed files with 2 additions and 2 deletions

View File

@ -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;