Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion neo4j/io/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@ def _set_defunct(self, message, error=None, silent=False):
direct_driver = isinstance(self.pool, BoltPool)

if error:
log.debug("[#%04X] %r", self.socket.getsockname()[1], error)
log.debug("[#%04X] %r", self.local_port, error)
log.error(message)
# We were attempting to receive data but the connection
# has unexpectedly terminated. So, we need to close the
Expand Down