mirror of
https://github.com/markqvist/Reticulum.git
synced 2024-11-05 13:50:14 +00:00
Link request debug
This commit is contained in:
parent
0273328b23
commit
eeb424ecee
@ -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")
|
||||||
|
Loading…
Reference in New Issue
Block a user