X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=pkg%2Fsbi%2Fnngpush.go;h=74e077b66d8f2e98500e39441e290194f6978a52;hb=18c349966e295f6728f3fe0305cf90759a66a73c;hp=a2063bfb83a92cabd8520c645fde43f59b48fda9;hpb=d14518e192178f0df3dc52bd804a9d0cc600bac7;p=ric-plt%2Frtmgr.git diff --git a/pkg/sbi/nngpush.go b/pkg/sbi/nngpush.go index a2063bf..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 and payload :%v", params.PayloadLen, params.Payload) + xapp.Logger.Debug("Sent message with payload len = %d to %s", params.PayloadLen, ep.Uuid) } }