---

**[tickets:#3348] mds: fix typo error**

**Status:** unassigned
**Milestone:** 5.24.09
**Created:** Wed Feb 28, 2024 06:13 PM UTC by Nagendra Kumar
**Last Updated:** Wed Feb 28, 2024 06:13 PM UTC
**Owner:** nobody


The following fixes the typo:
diff -rupN ori/src/mds/mds_svc_op.c mod/src/mds/mds_svc_op.c
--- ori/src/mds/mds_svc_op.c    2023-03-28 01:00:36.000000000 +0100
+++ mod/src/mds/mds_svc_op.c    2024-01-16 16:43:47.506848477 +0000
@@ -642,8 +642,8 @@ uint32_t mds_svc_op_unsubscribe(const NC
                mds_subtn_tbl_del(svc_hdl, info->info.svc_cancel.i_svc_ids[i]);
                MDS_SVC_LOG_INFO(UNSUBSCRIBE_TAG, info,
                        "Unsubscribe to svc_id = %s(%d) successful",
-                       get_svc_names(info->info.svc_subscribe.i_svc_ids[i]),
-                       info->info.svc_subscribe.i_svc_ids[i]);
+                       get_svc_names(info->info.svc_cancel.i_svc_ids[i]),
+                       info->info.svc_cancel.i_svc_ids[i]);
        }
        m_MDS_LEAVE();
        return NCSCC_RC_SUCCESS;



---

Sent from sourceforge.net because opensaf-tickets@lists.sourceforge.net is 
subscribed to https://sourceforge.net/p/opensaf/tickets/

To unsubscribe from further messages, a project admin can change settings at 
https://sourceforge.net/p/opensaf/admin/tickets/options.  Or, if this is a 
mailing list, you can unsubscribe from the mailing list.
_______________________________________________
Opensaf-tickets mailing list
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets

Reply via email to