diff --git a/src/network/C4NetIO.cpp b/src/network/C4NetIO.cpp index 2bfdfc525..034f7e87e 100644 --- a/src/network/C4NetIO.cpp +++ b/src/network/C4NetIO.cpp @@ -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