Link request debug

pull/10/head
Mark Qvist 2021-12-11 18:33:09 +01:00
rodzic 0273328b23
commit eeb424ecee
1 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -95,7 +95,7 @@ class Link:
except Exception as e: except Exception as e:
RNS.log("Validating link request failed", RNS.LOG_VERBOSE) RNS.log("Validating link request failed", RNS.LOG_VERBOSE)
traceback.print_exc() RNS.log("exc: "+str(e))
return None return None
else: else:
@ -216,7 +216,7 @@ class Link:
self.had_outbound() self.had_outbound()
# TODO: Remove debug # TODO: Remove debug
if packet.sent: if proof.sent:
RNS.log("The LR proof was sent") RNS.log("The LR proof was sent")
else: else:
RNS.log("The LR proof was not sent") RNS.log("The LR proof was not sent")