Skip to content
Snippets Groups Projects
Commit 71a50e17 authored by marco-buttu's avatar marco-buttu
Browse files

INFO to NOTICE log level

parent 33869869
No related branches found
No related tags found
No related merge requests found
......@@ -1102,14 +1102,14 @@ void CComponentCore::updateIsRemote() throw (ReceiversErrors::ReceiverControlBoa
if (checkStatusBit(LOCAL) && answer) {
_IRA_LOGFILTER_LOG(
LM_INFO,
LM_NOTICE,
"CComponentCore::updateIsRemote()",
"RECEIVER_SWITCHED_FROM_LOCAL_TO_REMOTE"
);
}
else if (!checkStatusBit(LOCAL) && !answer) {
_IRA_LOGFILTER_LOG(
LM_INFO,
LM_NOTICE,
"CComponentCore::updateIsRemote()",
"RECEIVER_SWITCHED_FROM_REMOTE_TO_LOCAL"
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment