Commit 71a50e17 authored by marco-buttu's avatar marco-buttu
Browse files

INFO to NOTICE log level

parent 33869869
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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"
        );