26 Jan
2026
26 Jan
'26
3:22 p.m.
Signed-off-by: Richard W.M. Jones <rjones@redhat.com> --- src/esx/esx_vi.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/esx/esx_vi.c b/src/esx/esx_vi.c index 3264afc13a..8d2ffb3f8f 100644 --- a/src/esx/esx_vi.c +++ b/src/esx/esx_vi.c @@ -231,6 +231,8 @@ esxVI_CURL_Perform(esxVI_CURL *curl, const char *url) long responseCode = 0; const char *redirectUrl = NULL; + VIR_DEBUG("URL: %s", url); + errorCode = curl_easy_perform(curl->handle); if (errorCode != CURLE_OK) { -- 2.52.0