mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-06 21:34:22 -04:00
fixed error message in pqissl::cansend()
This commit is contained in:
parent
4309642d14
commit
58d29c3ee2
1 changed files with 1 additions and 1 deletions
|
@ -1897,7 +1897,7 @@ bool pqissl::cansend(uint32_t usec)
|
|||
|
||||
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 ;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue