Log cleanup

This commit is contained in:
Mark Qvist 2021-12-10 09:48:57 +01:00
parent 6500bc7390
commit d5cac30a85
1 changed files with 1 additions and 1 deletions

View File

@ -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)