Skip to content

Commit 402a580

Browse files
authored
DPL: lower severity for debug message (#5372)
1 parent 1e1715d commit 402a580

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Framework/Core/src/ControlServiceHelpers.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ void ControlServiceHelpers::processCommand(std::vector<DeviceInfo>& infos,
4343
}
4444
}
4545
};
46-
LOGP(info, "Found control command {} from pid {} with argument {}.", command, pid, arg);
46+
LOGP(debug2, "Found control command {} from pid {} with argument {}.", command, pid, arg);
4747
if (command == "QUIT" && arg == "ALL") {
4848
for (auto& deviceInfo : infos) {
4949
deviceInfo.readyToQuit = true;

0 commit comments

Comments
 (0)