1
0
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:
f4exb
2021-11-26 08:41:42 +01:00
parent 31330cc14f
commit fa1e3c7583
3 changed files with 37 additions and 20 deletions
+1 -1
View File
@@ -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;
}
}