Ack.

Thanks
-Nagu
----- Original Message -----
From: [email protected]
To: [email protected], [email protected], 
[email protected], [email protected], [email protected], 
[email protected]
Cc: [email protected]
Sent: Wednesday, August 31, 2016 9:59:27 AM GMT +05:30 Chennai, Kolkata, 
Mumbai, New Delhi
Subject: [PATCH 1 of 1] amfnd: Incorrect ER messages in syslog [#1989]

 osaf/services/saf/amf/amfnd/su.cc |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/osaf/services/saf/amf/amfnd/su.cc 
b/osaf/services/saf/amf/amfnd/su.cc
--- a/osaf/services/saf/amf/amfnd/su.cc
+++ b/osaf/services/saf/amf/amfnd/su.cc
@@ -417,11 +417,11 @@ uint32_t avnd_evt_avd_info_su_si_assign_
        } else {
                if (osaf_extended_name_length(&info->si_name) > 0) {
                        if (avnd_su_si_rec_get(cb, info_su_name, 
Amf::to_string(&info->si_name)) == nullptr)
-                               LOG_WA("susi_assign_evh: '%s' is not assigned 
to '%s'",
+                               LOG_ER("susi_assign_evh: '%s' is not assigned 
to '%s'",
                                                
osaf_extended_name_borrow(&info->si_name), su->name.c_str());
                } else {
                        if (m_NCS_DBLIST_FIND_FIRST(&su->si_list) == nullptr) {
-                               LOG_ER("susi_assign_evh: '%s' has no 
assignments", su->name.c_str());
+                               LOG_WA("susi_assign_evh: '%s' has no 
assignments", su->name.c_str());
                                /* Some times AMFD sends redundant message for 
removal of assignments.
                                   If removal of assignments is already done 
for the SU then complete
                                   the assignment process here.

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

Reply via email to