From acdced643cc7c32a6be671d85174753e7988100e Mon Sep 17 00:00:00 2001 From: James R Date: Sun, 1 Mar 2020 11:46:02 -0800 Subject: [PATCH] Windows is weird --- src/hms123311.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/hms123311.c b/src/hms123311.c index f0eaca270..d3e7adc2a 100644 --- a/src/hms123311.c +++ b/src/hms123311.c @@ -103,7 +103,10 @@ HMS_connect (const char *format, ...) buffer->needle = 0; if (cv_masterserver_debug.value) + { curl_easy_setopt(curl, CURLOPT_VERBOSE, 1L); + curl_easy_setopt(curl, CURLOPT_STDERR, logstream); + } curl_easy_setopt(curl, CURLOPT_IPRESOLVE, CURL_IPRESOLVE_V4); curl_easy_setopt(curl, CURLOPT_URL, url); curl_easy_setopt(curl, CURLOPT_FOLLOWLOCATION, 1L);