Added a developer print any time any hostname (or ip) is resolved.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@3131 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
99c153199e
commit
ed0cb0749b
1 changed files with 2 additions and 0 deletions
|
@ -713,6 +713,8 @@ qboolean NET_StringToAdr (char *s, netadr_t *a)
|
|||
{
|
||||
struct sockaddr_qstorage sadr;
|
||||
|
||||
Con_DPrintf("Resolving address: %s\n", s);
|
||||
|
||||
#ifdef TCPCONNECT
|
||||
if (!strncmp (s, "tcp://", 6))
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue