Ack. Thanks -Nagu
-----Original Message----- From: Gary Lee [mailto:[email protected]] Sent: 25 October 2018 10:59 To: [email protected]; [email protected]; [email protected] Cc: [email protected]; Gary Lee Subject: [PATCH 1/1] amfnd: change log message severity [#2945] --- src/amf/amfnd/clm.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/amf/amfnd/clm.cc b/src/amf/amfnd/clm.cc index f1f65bcef..06eb229c7 100644 --- a/src/amf/amfnd/clm.cc +++ b/src/amf/amfnd/clm.cc @@ -124,7 +124,7 @@ static void clm_to_amf_node(void) { error = saImmOmInitialize_cond(&immOmHandle, nullptr, &immVersion); if (SA_AIS_OK != error) { - LOG_CR("saImmOmInitialize failed. Use previous value of nodeName."); + LOG_WA("saImmOmInitialize failed. Use previous value of nodeName."); osafassert(avnd_cb->amf_nodeName.empty() == false); goto done1; } -- 2.17.1 _______________________________________________ Opensaf-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensaf-devel
