add log
This commit is contained in:
parent
60dc765178
commit
a5026849a3
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user