mirror of
https://github.com/markqvist/Reticulum.git
synced 2026-07-04 07:43:38 -07:00
Updated logging
This commit is contained in:
@@ -258,7 +258,7 @@ class BackboneInterface(Interface):
|
||||
@staticmethod
|
||||
def deregister_fileno(fileno):
|
||||
if fileno < 0:
|
||||
RNS.log(f"Attempt to deregister invalid file descriptor {fileno}", RNS.LOG_WARNING)
|
||||
RNS.log(f"Attempt to deregister invalid file descriptor {fileno}", RNS.LOG_DEBUG)
|
||||
return
|
||||
|
||||
try: BackboneInterface.epoll.unregister(fileno)
|
||||
|
||||
Reference in New Issue
Block a user