mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-05-28 11:12:31 -04:00
Improved log output
This commit is contained in:
parent
1b1ab42aaa
commit
8042f5eaa1
2 changed files with 4 additions and 4 deletions
|
@ -123,7 +123,7 @@ class LocalClientInterface(Interface):
|
|||
RNS.log("Connection attempt for "+str(self)+" failed: "+str(e), RNS.LOG_DEBUG)
|
||||
|
||||
if not self.never_connected:
|
||||
RNS.log("Reconnected TCP socket for "+str(self)+".", RNS.LOG_INFO)
|
||||
RNS.log("Reconnected socket for "+str(self)+".", RNS.LOG_INFO)
|
||||
|
||||
self.reconnecting = False
|
||||
thread = threading.Thread(target=self.read_loop)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue