mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-27 07:47:03 -05:00
fixed error message in pqissl::cansend()
This commit is contained in:
parent
4309642d14
commit
58d29c3ee2
@ -1897,7 +1897,7 @@ bool pqissl::cansend(uint32_t usec)
|
|||||||
|
|
||||||
if(sockfd == -1)
|
if(sockfd == -1)
|
||||||
{
|
{
|
||||||
std::cerr << "pqissl::moretoread(): socket is invalid or closed." << std::endl;
|
std::cerr << "pqissl::cansend(): socket is invalid or closed." << std::endl;
|
||||||
return 0 ;
|
return 0 ;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user