add log
This commit is contained in:
parent
cc8a9e883e
commit
e80def0cd0
@ -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