diff --git a/test/IXSocketTest.cpp b/test/IXSocketTest.cpp index 43f3d0af..ef2867e6 100644 --- a/test/IXSocketTest.cpp +++ b/test/IXSocketTest.cpp @@ -48,6 +48,8 @@ namespace ix auto lineValid = lineResult.first; auto line = lineResult.second; + std::cout << "read error: " << strerror(Socket::getErrno()) << std::endl; + REQUIRE(lineValid); int status = -1;