mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-02 06:04:39 -04:00
API: fixes in features processing
This commit is contained in:
@@ -3062,7 +3062,7 @@ int WebAPIAdapter::featuresetFeatureDelete(
|
||||
else
|
||||
{
|
||||
error.init();
|
||||
*error.getMessage() = QString("There is no device set with index %1").arg(featureSetIndex);
|
||||
*error.getMessage() = QString("There is no feature set with index %1").arg(featureSetIndex);
|
||||
return 404;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user