]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
esx: Debug URL just before opening with curl
authorRichard W.M. Jones <rjones@redhat.com>
Mon, 26 Jan 2026 10:38:02 +0000 (10:38 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Tue, 27 Jan 2026 16:55:59 +0000 (16:55 +0000)
Signed-off-by: Richard W.M. Jones <rjones@redhat.com>
src/esx/esx_vi.c

index 3264afc13a9c8f2f8e3a3ec34e7d9625ffc5493e..8d2ffb3f8f7c3bcbb37486ea4de12e37872fac88 100644 (file)
@@ -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) {