python fix, server copy wrong filename

This commit is contained in:
2021-11-10 16:40:14 +01:00
parent 5190e2ab30
commit 4b46091be2
3 changed files with 9 additions and 2 deletions

View File

@@ -2520,7 +2520,7 @@ void Module::copyDetectorServer(const std::string &fname,
throw DetectorError(os.str());
}
LOG(logINFO) << "Module " << moduleIndex << " (" << shm()->hostname
<< "): detector server copied";
<< "): Detector server copied";
}
void Module::updateDetectorServer(std::vector<char> buffer,