AX.25 interface updates

This commit is contained in:
Mark Qvist
2018-04-26 00:54:48 +02:00
parent 4e136eea03
commit 5d977e09fb
2 changed files with 7 additions and 4 deletions
+2
View File
@@ -47,6 +47,8 @@ def loglevelname(level):
return "Verbose"
if (level == LOG_DEBUG):
return "Debug"
if (level == LOG_EXTREME):
return "Extra"
return "Unknown"