X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=icsversion%2Finternal%2Frestclient%2Fclient.go;h=45b50587484e8ad7c3c3d57746ad3d34c844abb8;hb=836f2c509069c2db0799461b4b09cc6a34d38130;hp=081ebedab7684fc2647e7ca8ecf463bd01cfaa6a;hpb=d2666f955515665c845db90b8bdd73dca8b6423f;p=nonrtric%2Frapp%2Fransliceassurance.git diff --git a/icsversion/internal/restclient/client.go b/icsversion/internal/restclient/client.go index 081ebed..45b5058 100644 --- a/icsversion/internal/restclient/client.go +++ b/icsversion/internal/restclient/client.go @@ -160,7 +160,7 @@ func (c *Client) newRequest(method, path string, payload interface{}, userInfo . } if c.verbose { - if reqDump, error := httputil.DumpRequest(req, true); error != nil { + if reqDump, error := httputil.DumpRequestOut(req, true); error != nil { fmt.Println(err) } else { fmt.Println(string(reqDump))