Hi I will push this on Wednesday if there are no comments.
Thanks Gary -----Original Message----- From: gary <[email protected]> Date: Wednesday, 4 October 2017 at 3:21 pm To: <[email protected]>, <[email protected]>, Ravi Sekhar Reddy Konda <[email protected]> Cc: <[email protected]>, gary <[email protected]> Subject: [PATCH 1/1] amfnd: change log level to notice for events during node failover/shutdown [#2605] --- src/amf/amfnd/clc.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/amf/amfnd/clc.cc b/src/amf/amfnd/clc.cc index c317f093b..c8e60e61b 100644 --- a/src/amf/amfnd/clc.cc +++ b/src/amf/amfnd/clc.cc @@ -783,7 +783,7 @@ uint32_t avnd_comp_clc_fsm_run(AVND_CB *cb, AVND_COMP *comp, case AVND_COMP_CLC_PRES_FSM_EV_CLEANUP: break; default: - LOG_ER("Ignoring event '%s' for '%s' during node failover", + LOG_NO("Ignoring event '%s' for '%s' during node failover", pres_state_evt[ev], comp->name.c_str()); goto done; } @@ -809,7 +809,7 @@ uint32_t avnd_comp_clc_fsm_run(AVND_CB *cb, AVND_COMP *comp, goto done; } default: - LOG_ER("Ignoring event '%s' for '%s' during node shutdown", + LOG_NO("Ignoring event '%s' for '%s' during node shutdown", pres_state_evt[ev], comp->name.c_str()); goto done; } -- 2.11.0 ------------------------------------------------------------------------------ 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
