mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-08-10 23:40:55 -04:00
Cleanup
This commit is contained in:
parent
07814919f2
commit
5f7694afdd
3 changed files with 5 additions and 5 deletions
|
@ -17,7 +17,7 @@ class Transport:
|
|||
Transport.cacheRaw(raw)
|
||||
for interface in Transport.interfaces:
|
||||
if interface.OUT:
|
||||
RNS.log("Transmitting via: "+str(interface), RNS.LOG_DEBUG)
|
||||
RNS.log("Transmitting "+str(len(raw))+" bytes via: "+str(interface), RNS.LOG_DEBUG)
|
||||
interface.processOutgoing(raw)
|
||||
|
||||
@staticmethod
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue