serialnumber fixed to point to mod id reg

This commit is contained in:
2021-08-11 19:30:25 +02:00
parent 8e6a0cbfda
commit ff9eaaf3f3
6 changed files with 29 additions and 17 deletions

View File

@ -261,8 +261,7 @@ std::string CmdProxy::SerialNumber(int action) {
std::ostringstream os;
os << cmd << ' ';
if (action == slsDetectorDefs::HELP_ACTION)
os << "\n\tSerial number of detector.\n\t[Gotthard2] Can overwrite, "
"but must do so for every detector server restart."
os << "\n\tSerial number of detector.\n\t[Gotthard2] Can overwrite"
<< '\n';
else if (action == slsDetectorDefs::GET_ACTION) {
if (!args.empty()) {