Skip to content
Snippets Groups Projects
Commit 27bd21e9 authored by Jeffrey Wigger's avatar Jeffrey Wigger
Browse files

Fixed TCPRandomWalkRouting 2

parent a95f1653
No related branches found
No related tags found
No related merge requests found
......@@ -287,8 +287,8 @@ class TCPRandomWalkRoutingInternal(TCPRandomWalkBase):
error_message = traceback.format_exc()
print(error_message)
print(f"GOT EXCEPTION {self.uid}")
logging.debug("GOT EXCEPTION")
logging.debug(error_message)
logging.info("GOT EXCEPTION")
logging.info(error_message)
while not self.recv_queue.empty():
print(f"{self.uid}: clear rcv")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment