netio error message fix

stable-5.2
Günther Brammer 2009-11-03 00:59:27 +01:00
parent 75ae48f984
commit bf1b347d1a
1 changed files with 1 additions and 1 deletions

View File

@ -415,7 +415,7 @@ bool C4NetIOTCP::Execute(int iMaxTime, pollfd * fds) // (mt-safe)
// error
if(ret < 0)
{
SetError("select failed");
SetError("poll failed");
return false;
}
// nothing happened