We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e1715d commit 402a580Copy full SHA for 402a580
1 file changed
Framework/Core/src/ControlServiceHelpers.cxx
@@ -43,7 +43,7 @@ void ControlServiceHelpers::processCommand(std::vector<DeviceInfo>& infos,
43
}
44
45
};
46
- LOGP(info, "Found control command {} from pid {} with argument {}.", command, pid, arg);
+ LOGP(debug2, "Found control command {} from pid {} with argument {}.", command, pid, arg);
47
if (command == "QUIT" && arg == "ALL") {
48
for (auto& deviceInfo : infos) {
49
deviceInfo.readyToQuit = true;
0 commit comments