src/amf/amfd/comp.cc      |  2 +-
 src/amf/amfd/imm.cc       |  2 +-
 src/amf/amfd/nodegroup.cc |  6 +++---
 3 files changed, 5 insertions(+), 5 deletions(-)


diff --git a/src/amf/amfd/comp.cc b/src/amf/amfd/comp.cc
--- a/src/amf/amfd/comp.cc
+++ b/src/amf/amfd/comp.cc
@@ -759,7 +759,7 @@ SaAisErrorT avd_comp_config_get(const st
 
        /* If there are no component in the SU, we treat it as invalid 
configuration. */
        if (0 == num_of_comp_in_su) {
-               LOG_ER("There is no component configured for SU '%s'", 
su_name.c_str());
+               LOG_NO("There is no component configured for SU '%s'", 
su_name.c_str());
                goto done2;
        }
 
diff --git a/src/amf/amfd/imm.cc b/src/amf/amfd/imm.cc
--- a/src/amf/amfd/imm.cc
+++ b/src/amf/amfd/imm.cc
@@ -813,7 +813,7 @@ static void admin_operation_cb(SaImmOiHa
                        admin_op_callback[type](immoi_handle, invocation, 
obj_name, op_id, params);
                }
        } else {
-               LOG_ER("Admin operation not supported for %s (%u)", 
object_name.c_str(), type);
+               LOG_NO("Admin operation not supported for %s (%u)", 
object_name.c_str(), type);
                report_admin_op_error(immoi_handle, invocation, 
SA_AIS_ERR_INVALID_PARAM, nullptr,
                        "Admin operation not supported for %s (%u)", 
object_name.c_str(), type);
        }
diff --git a/src/amf/amfd/nodegroup.cc b/src/amf/amfd/nodegroup.cc
--- a/src/amf/amfd/nodegroup.cc
+++ b/src/amf/amfd/nodegroup.cc
@@ -109,14 +109,14 @@ static int is_config_valid(const std::st
        }
 
        if (attr->attrValuesNumber != tmp_ng->number_nodes()) {
-               LOG_ER("Duplicate nodes in saAmfNGNodeList of 
'%s'",tmp_ng->name.c_str());
+               LOG_NO("Duplicate nodes in saAmfNGNodeList of 
'%s'",tmp_ng->name.c_str());
                delete tmp_ng;
                TRACE_LEAVE();
                return 0;
        }
        //Check if admin state is valid or not.
        if (!avd_admin_state_is_valid(tmp_ng->saAmfNGAdminState, opdata)) {
-               LOG_ER("Incorrect saAmfNGAdminState:'%u' for 
'%s'",tmp_ng->saAmfNGAdminState,
+               LOG_NO("Incorrect saAmfNGAdminState:'%u' for 
'%s'",tmp_ng->saAmfNGAdminState,
                                tmp_ng->name.c_str());
                delete tmp_ng;
                TRACE_LEAVE();
@@ -169,7 +169,7 @@ static AVD_AMF_NG *ng_create(const std::
                }
        }
        else {
-               LOG_ER("Node groups must contain at least one node");
+               LOG_NO("Node groups must contain at least one node");
                goto done;
        }
        if (immutil_getAttr(const_cast<SaImmAttrNameT>("saAmfNGAdminState"),

------------------------------------------------------------------------------
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
Opensaf-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-devel

Reply via email to