diff --git a/dhcppython/client.py b/dhcppython/client.py index 9a90749..89e0e44 100644 --- a/dhcppython/client.py +++ b/dhcppython/client.py @@ -323,7 +323,7 @@ def get_socket(self, host: str, port: int) -> socket.socket: else: sock.bind((host, port)) - logging.info(f"Bound {socket}") + logging.info(f"Bound {sock}") return sock def get_writing_sockets(self) -> List[socket.socket]: