X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=pkg%2Fsbi%2Fnngpush.go;h=74e077b66d8f2e98500e39441e290194f6978a52;hb=18c349966e295f6728f3fe0305cf90759a66a73c;hp=0bb14c34e0097b7a0bb50f8c9c7d47f05c366b21;hpb=37c510b6db9159b2cc8fe959d8e04f2bbe8e6a45;p=ric-plt%2Frtmgr.git diff --git a/pkg/sbi/nngpush.go b/pkg/sbi/nngpush.go index 0bb14c3..74e077b 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 to %s", params.PayloadLen, ep.Uuid) } }