mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-06 08:05:18 -04:00
suppressed some debuggign output.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1047 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
f98c8153a6
commit
d58b4dad7d
2 changed files with 16 additions and 2 deletions
|
@ -1401,7 +1401,7 @@ int pqissl::readdata(void *data, int len)
|
|||
{
|
||||
int tmppktlen = SSL_read(ssl_connection, (void*)((unsigned long int)data+(unsigned long int)total_len), len-total_len);
|
||||
|
||||
std::cerr <<"pqissl: read " << tmppktlen+total_len << " bytes. expected " << len << ", still " << len-(tmppktlen+total_len) << " to read"<< std::endl ;
|
||||
// std::cerr <<"pqissl: read " << tmppktlen+total_len << " bytes. expected " << len << ", still " << len-(tmppktlen+total_len) << " to read"<< std::endl ;
|
||||
// need to catch errors.....
|
||||
if (tmppktlen <= 0) // probably needs a reset.
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue