From: Richard W.M. Jones Date: Mon, 26 Jan 2026 10:38:02 +0000 (+0000) Subject: esx: Debug URL just before opening with curl X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38c952d89317f5b4bd23223f9a9d8be086ef7a40;p=thirdparty%2Flibvirt.git esx: Debug URL just before opening with curl Signed-off-by: Richard W.M. Jones --- 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) {