fix wording
This commit is contained in:
parent
cfea251d60
commit
4e4266f1c4
@ -28,7 +28,7 @@ class SdrService(object):
|
|||||||
try:
|
try:
|
||||||
if not featureDetector.is_available(value["type"]):
|
if not featureDetector.is_available(value["type"]):
|
||||||
logger.error(
|
logger.error(
|
||||||
'The RTL source type "{0}" is not available. please check requirements.'.format(
|
'The SDR source type "{0}" is not available. please check requirements.'.format(
|
||||||
value["type"]
|
value["type"]
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
@ -36,7 +36,7 @@ class SdrService(object):
|
|||||||
return True
|
return True
|
||||||
except UnknownFeatureException:
|
except UnknownFeatureException:
|
||||||
logger.error(
|
logger.error(
|
||||||
'The RTL source type "{0}" is invalid. Please check your configuration'.format(value["type"])
|
'The SDR source type "{0}" is invalid. Please check your configuration'.format(value["type"])
|
||||||
)
|
)
|
||||||
return False
|
return False
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user