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."); throw std::runtime_error("Invalid argument.");
} }
} catch (...) { } catch (...) {
throw sls::RuntimeError("Invalid number of receivers." + throw sls::RuntimeError(
help_message); "Invalid number of receivers. Max: 100." + help_message);
} }
break; break;