PR Review

This commit is contained in:
2026-04-23 16:25:27 +02:00
parent f07baa197c
commit 1422b41b0f
11 changed files with 113 additions and 86 deletions
-2
View File
@@ -95,7 +95,6 @@ std::string Module::getControlServerLongVersion() const {
}
void Module::throwDeprecatedServerVersion() const {
LOG(logDEBUG3) << "throw deprecated version error";
uint64_t res = sendToDetectorStop<int64_t>(F_GET_SERVER_VERSION);
std::cout << std::endl;
std::ostringstream os;
@@ -3513,7 +3512,6 @@ void Module::initialDetectorServerChecks() {
}
void Module::checkDetectorVersionCompatibility() {
LOG(logDEBUG) << "Checking detector version compatibility with client...";
std::string detServers[2] = {getControlServerLongVersion(),
getStopServerLongVersion()};
LOG(logDEBUG1)