Ack from me. Thanks. Regards, Vu
> -----Original Message----- > From: Zoran Milinkovic [mailto:[email protected]] > Sent: Wednesday, December 20, 2017 2:56 PM > To: [email protected] > Cc: [email protected]; Zoran Milinkovic > <[email protected]> > Subject: [PATCH 1/1] imm: change log level for failing to send accept message > [#2426] > > Importance log level is changed from error to warning level due to no reaction > from IMMD. > --- > src/imm/immd/immd_evt.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/src/imm/immd/immd_evt.c b/src/imm/immd/immd_evt.c > index a0d9319..4c1999b 100644 > --- a/src/imm/immd/immd_evt.c > +++ b/src/imm/immd/immd_evt.c > @@ -950,7 +950,7 @@ static void immd_accept_node(IMMD_CB *cb, > IMMD_IMMND_INFO_NODE *node_info, > proc_rc = immd_mds_msg_send(cb, NCSMDS_SVC_ID_IMMND, > node_info->immnd_dest, > &accept_evt); > if (proc_rc != NCSCC_RC_SUCCESS) { > - LOG_ER("Failed to send accept message to IMMND %x", > + LOG_WA("Failed to send accept message to IMMND > %x", > node_info->immnd_key); > goto done; > } > -- > 1.9.1 ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Opensaf-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensaf-devel
