Ver Fonte

StreamPeerIO: don't print error details

ambrop7 há 15 anos atrás
pai
commit
1a8f08e0fc
1 ficheiros alterados com 0 adições e 5 exclusões
  1. 0 5
      client/StreamPeerIO.c

+ 0 - 5
client/StreamPeerIO.c

@@ -280,11 +280,6 @@ static void connecting_pwsender_handler (StreamPeerIO *pio, int is_error)
     
     if (is_error) {
         BLog(BLOG_NOTICE, "error sending password");
-        BLog(BLOG_NOTICE, "BSocket error %d", BSocket_GetError(&pio->connect.sock.sock));
-        if (pio->ssl) {
-            BLog(BLOG_NOTICE, "NSPR error %d", (int)PR_GetError());
-        }
-        
         goto fail0;
     }