add log
This commit is contained in:
		@@ -48,6 +48,8 @@ namespace ix
 | 
				
			|||||||
        auto lineValid = lineResult.first;
 | 
					        auto lineValid = lineResult.first;
 | 
				
			||||||
        auto line = lineResult.second;
 | 
					        auto line = lineResult.second;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        std::cout << "read error: " << strerror(Socket::getErrno()) << std::endl;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        REQUIRE(lineValid);
 | 
					        REQUIRE(lineValid);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        int status = -1;
 | 
					        int status = -1;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user