Sophie

Sophie

distrib > Mageia > 8 > armv7hl > by-pkgid > 4dc5e353273f83519f08d905f5867d94 > files > 3

drakx-installer-binaries-2.56-1.mga8.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));