X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=pkg%2Fsbi%2Fnngpush.go;h=a2063bfb83a92cabd8520c645fde43f59b48fda9;hb=d14518e192178f0df3dc52bd804a9d0cc600bac7;hp=0bb14c34e0097b7a0bb50f8c9c7d47f05c366b21;hpb=a33250260638635c502499d5bc16e99da1749b85;p=ric-plt%2Frtmgr.git diff --git a/pkg/sbi/nngpush.go b/pkg/sbi/nngpush.go index 0bb14c3..a2063bf 100644 --- a/pkg/sbi/nngpush.go +++ b/pkg/sbi/nngpush.go @@ -133,7 +133,7 @@ func (c *NngPush) send(ep *rtmgr.Endpoint, policies *[]string) { xapp.Rmr.SendMsg(params.RMRParams) count = 0 policy = nil - xapp.Logger.Debug("Sent message with payload len = %d", params.PayloadLen) + xapp.Logger.Debug("Sent message with payload len = %d and payload :%v", params.PayloadLen, params.Payload) } }