This commit is contained in:
2021-11-10 17:25:37 +01:00
parent 4b46091be2
commit 4a8c365447

View File

@ -2538,7 +2538,7 @@ void Module::updateDetectorServer(std::vector<char> buffer,
"Update Detector Server (no tftp)", serverName); "Update Detector Server (no tftp)", serverName);
break; break;
default: default:
throw RuntimeError("Updating Kernel via the package is not implemented " throw RuntimeError("Updating DetectorServer via the package is not implemented "
"for this detector"); "for this detector");
} }
} }