specified number of receiver error message
Some checks failed
Build on RHEL8 / build (push) Failing after 1m12s
Build on RHEL9 / build (push) Successful in 3m29s

This commit is contained in:
2025-07-03 12:01:51 +02:00
parent c3012ec06c
commit 396ef0a298

View File

@ -552,8 +552,8 @@ int main(int argc, char *argv[]) {
throw std::runtime_error("Invalid argument.");
}
} catch (...) {
throw sls::RuntimeError("Invalid number of receivers." +
help_message);
throw sls::RuntimeError(
"Invalid number of receivers. Max: 100." + help_message);
}
break;