Browse Source

better logging

Chelsea H. Komlo 4 years ago
parent
commit
6f6a5e9765
1 changed files with 1 additions and 1 deletions
  1. 1 1
      relay.py

+ 1 - 1
relay.py

@@ -540,7 +540,7 @@ class SinglePassCreatedRelayHandler:
         # Remove ourselves from handling a second
         # SinglePassCreatedCircuitCell on this circuit
         circhandler.replace_celltype_handler(SinglePassCreatedCircuitCell, None)
-        logging.debug("Sending SinglePassCreatedCell")
+        logging.debug("Sending a SinglePassCreatedCell after receiving one from %s; my ttl is %s", self.next_snip.snipdict['addr'], str(self.ttl))
 
         # Just forward a SinglePassCreatedCircuitCell back towards the
         # client