This commit is contained in:
Jakob Ketterl 2020-02-08 21:43:47 +01:00
parent dc12c54ae6
commit 46c3e5077d
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ class SdrService(object):
name: loadIntoPropertyManager(value) for (name, value) in pm["sdrs"].items() if sdrTypeAvailable(value)
}
logger.info(
"SDR sources loaded. Availables SDRs: {0}".format(
"SDR sources loaded. Available SDRs: {0}".format(
", ".join(map(lambda x: x["name"], SdrService.sdrProps.values()))
)
)