|
@@ -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
|