mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-01-08 17:50:11 +01:00
improve error message
This commit is contained in:
parent
845f937fa3
commit
46d7fa7347
|
|
@ -51,7 +51,7 @@ class MappedSdrSources(PropertyDelegator):
|
|||
try:
|
||||
if not featureDetector.is_available(value["type"]):
|
||||
logger.error(
|
||||
'The SDR source type "{0}" is not available. please check requirements.'.format(
|
||||
'The SDR source type "{0}" is not available. please check the feature report for details.'.format(
|
||||
value["type"]
|
||||
)
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue