Hi Zoran,

Reviewed the patch.
Ack from me.

BR,

Hung Nguyen - DEK Technologies


--------------------------------------------------------------------------------
From: Hung Nguyen [email protected]
Sent: Wednesday, April 06, 2016 3:46PM
To: Zoran Milinkovic, Neelakanta Reddy
     [email protected], [email protected]
Cc: Opensaf-devel
     [email protected]
Subject: [devel] [PATCH 1 of 1] imm: change log priority to warning for log 
message 'Late detection of other SC up' [#1715]


  osaf/services/saf/immsv/immnd/immnd_proc.c |  4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)


Change log priority from error to warning for log message 'Late detection of 
other SC up'

diff --git a/osaf/services/saf/immsv/immnd/immnd_proc.c 
b/osaf/services/saf/immsv/immnd/immnd_proc.c
--- a/osaf/services/saf/immsv/immnd/immnd_proc.c
+++ b/osaf/services/saf/immsv/immnd/immnd_proc.c
@@ -1014,7 +1014,7 @@ static void immnd_cleanTheHouse(IMMND_CB
                                if(!(cb->mIsCoord)) {
                                        cb->other_sc_node_id = pbeNodeId;
                                        if(!(cb->mIsOtherScUp)) {
-                                               LOG_ER("Late detection of other 
SC up");
+                                               LOG_WA("Late detection of other 
SC up");
                                                
osafassert(!immModel_oneSafe2PBEAllowed(cb));
                                                cb->mIsOtherScUp = true;
                                        }
@@ -1049,7 +1049,7 @@ static void immnd_cleanTheHouse(IMMND_CB
                                        if(cb->mIsCoord) {
                                                cb->other_sc_node_id = 
pbeSlaveNodeId;
                                                if(!(cb->mIsOtherScUp)) {
-                                                       LOG_ER("Late detection 
of other SC up");
+                                                       LOG_WA("Late detection 
of other SC up");
                                                        
osafassert(!immModel_oneSafe2PBEAllowed(cb));
                                                        cb->mIsOtherScUp = true;
                                                }

------------------------------------------------------------------------------
_______________________________________________
Opensaf-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensaf-devel



------------------------------------------------------------------------------
_______________________________________________
Opensaf-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensaf-devel

Reply via email to