src/ntf/ntfd/ntfs_com.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


syslog will show:
Jan 25 12:48:33 SC-1 osafntfd[7753]: WA ntfs_mds_msg_send FAILED:2
NTF trace will show:
Jan 25 12:48:33.538368 osafntfd [7753:src/ntf/ntfd/ntfs_mds.c:1290] WA 
ntfs_mds_msg_send FAILED:2
Jan 25 12:48:33.538384 osafntfd [7753:src/ntf/ntfd/ntfs_com.c:0543] T1 
ntfs_mds_msg_send to ntfa failed rc: 2

diff --git a/src/ntf/ntfd/ntfs_com.c b/src/ntf/ntfd/ntfs_com.c
--- a/src/ntf/ntfd/ntfs_com.c
+++ b/src/ntf/ntfd/ntfs_com.c
@@ -540,7 +540,7 @@ uint32_t send_clm_node_status_lib(SaClmC
        msg.info.cbk_info.param.clm_node_status_cbk.clm_node_status = 
cluster_change;
        rc = ntfs_mds_msg_send(ntfs_cb, &msg, &mdsDest, NULL, 
MDS_SEND_PRIORITY_HIGH);
        if (rc != NCSCC_RC_SUCCESS) {
-               LOG_ER("ntfs_mds_msg_send to ntfa failed rc: %d", (int)rc);
+               TRACE_1("ntfs_mds_msg_send to ntfa failed rc: %d", (int)rc);
        } 
 
        TRACE_LEAVE();

------------------------------------------------------------------------------
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

Reply via email to