X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=cmd%2Fvesmgr%2FsubscribexAPPNotifications.go;h=c87a0a3e8bcc5ba97afb79e6aa4f940a2116727d;hb=267b90952fcc7ce831d21631692543d27c1c5f76;hp=df12b9341d4bd90bd8c5603ef56afa7997fa0cfc;hpb=ce6ecc66b565a303073e5c79abe741fcaac4c319;p=ric-plt%2Fvespamgr.git diff --git a/cmd/vesmgr/subscribexAPPNotifications.go b/cmd/vesmgr/subscribexAPPNotifications.go index df12b93..c87a0a3 100644 --- a/cmd/vesmgr/subscribexAPPNotifications.go +++ b/cmd/vesmgr/subscribexAPPNotifications.go @@ -65,7 +65,7 @@ func subscribexAppNotifications(targetURL string, subscriptions chan subscriptio func subscribexAppNotificationsClientDo(req *http.Request, client *http.Client) (string, error) { resp, err := client.Do(req) if err != nil { - logger.Error("Posting subscriptions failed: %s", err) + logger.Error("Posting subscriptions failed: %v", err) return "", errPostingFailed } defer resp.Body.Close()