Sophie

Sophie

distrib > Mageia > 7 > aarch64 > by-pkgid > 915e5ba3e0ea1a1a29192d7341a289ba > files > 3

drakx-installer-binaries-2.40-3.mga7.src.rpm

diff --git a/mdk-stage1/url.c b/mdk-stage1/url.c
index 3d28466..43f4716 100644
--- a/mdk-stage1/url.c
+++ b/mdk-stage1/url.c
@@ -444,6 +444,7 @@ static int _http_download_file(char * hostname, char * remotename, int * size, c
 
         buf = proxyprotocol ? asprintf_("GET %s://%s%s HTTP/1.0\r\nHost: %s\r\n\r\n", proxyprotocol, hostname, remotename, hostname)
                             : asprintf_("GET %s HTTP/1.0\r\nHost: %s\r\n\r\n", remotename, hostname);
+	log_message("HTTP: GET http://%s/%s)\n",hostname, remotename);
 
 	write(sock, buf, strlen(buf));