osaf/services/saf/ntfsv/ntfs/NtfLogger.cc |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


During testing SC failover, the following ER log sometimes happens.

ER Failed to log an alarm or security alarm notification (6)

The severity of this log is not reasonable because the notification is not lost.
It is queued and logged next time. The severity should be changed to LOG_NO

diff --git a/osaf/services/saf/ntfsv/ntfs/NtfLogger.cc 
b/osaf/services/saf/ntfsv/ntfs/NtfLogger.cc
--- a/osaf/services/saf/ntfsv/ntfs/NtfLogger.cc
+++ b/osaf/services/saf/ntfsv/ntfs/NtfLogger.cc
@@ -252,7 +252,7 @@ SaAisErrorT NtfLogger::logNotification(N
                                        &logRecord);
         if (SA_AIS_OK != errorCode)
         {
-            LOG_ER("Failed to log an alarm or security alarm notification 
(%d)", errorCode);
+            LOG_NO("Failed to log an alarm or security alarm notification 
(%d)", errorCode);
             if (errorCode == SA_AIS_ERR_LIBRARY || errorCode == 
SA_AIS_ERR_BAD_HANDLE) {
                 LOG_ER("Fatal error SA_AIS_ERR_LIBRARY or 
SA_AIS_ERR_BAD_HANDLE; exiting (%d)...", errorCode);
                 exit(EXIT_FAILURE);

------------------------------------------------------------------------------
Mobile security can be enabling, not merely restricting. Employees who
bring their own devices (BYOD) to work are irked by the imposition of MDM
restrictions. Mobile Device Manager Plus allows you to control only the
apps on BYO-devices by containerizing them, leaving personal data untouched!
https://ad.doubleclick.net/ddm/clk/304595813;131938128;j
_______________________________________________
Opensaf-devel mailing list
Opensaf-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-devel

Reply via email to