[PATCH v2 1/3] esx: Debug URL just before opening with curl

Richard W.M. Jones via Devel posted 3 patches 6 days, 15 hours ago
[PATCH v2 1/3] esx: Debug URL just before opening with curl
Posted by Richard W.M. Jones via Devel 6 days, 15 hours ago
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