pull/10/head
Mark Qvist 2021-12-10 09:48:57 +01:00
rodzic 6500bc7390
commit d5cac30a85
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -526,7 +526,7 @@ class Reticulum:
RNS.Transport.interfaces.append(interface)
else:
RNS.log("Skipping disabled interface \""+name+"\"", RNS.LOG_INFO)
RNS.log("Skipping disabled interface \""+name+"\"", RNS.LOG_DEBUG)
except Exception as e:
RNS.log("The interface \""+name+"\" could not be created. Check your configuration file for errors!", RNS.LOG_ERROR)