Skip to content

Commit 80818b5

Browse files
committed
testing
1 parent ac1f6eb commit 80818b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pymongo/asynchronous/pool.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -842,6 +842,7 @@ def _create_connection(address: _Address, options: PoolOptions) -> socket.socket
842842
return sock
843843
except OSError as e:
844844
err = e
845+
print(f"Socket err: {e}")
845846
sock.close()
846847

847848
if err is not None:

0 commit comments

Comments
 (0)