Work on tunnels

This commit is contained in:
Mark Qvist 2021-09-18 20:33:42 +02:00
parent 0687ee2231
commit 7af14cec84
1 changed files with 2 additions and 2 deletions

View File

@ -323,9 +323,9 @@ class Transport:
if ti > 0:
if ti == 1:
RNS.log("Removed "+str(i)+" tunnel path", RNS.LOG_DEBUG)
RNS.log("Removed "+str(ti)+" tunnel path", RNS.LOG_DEBUG)
else:
RNS.log("Removed "+str(i)+" tunnel paths", RNS.LOG_DEBUG)
RNS.log("Removed "+str(ti)+" tunnel paths", RNS.LOG_DEBUG)
i = 0
for link_id in stale_links: