small fix
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1255 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
2ef7de9856
commit
01d13116a4
1 changed files with 1 additions and 1 deletions
|
@ -748,7 +748,7 @@ int NET_CheckPollSockets(void)
|
|||
}
|
||||
|
||||
|
||||
Con_Printf ("NET_CheckPollSockets: %s", strerror(qerrno));
|
||||
Con_Printf ("NET_CheckPollSockets: %i, %s\n", qerrno, strerror(qerrno));
|
||||
continue;
|
||||
}
|
||||
SockadrToNetadr (&from, &net_from);
|
||||
|
|
Loading…
Reference in a new issue