improve error message
This commit is contained in:
parent
845f937fa3
commit
46d7fa7347
@ -51,7 +51,7 @@ class MappedSdrSources(PropertyDelegator):
|
|||||||
try:
|
try:
|
||||||
if not featureDetector.is_available(value["type"]):
|
if not featureDetector.is_available(value["type"]):
|
||||||
logger.error(
|
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"]
|
value["type"]
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user