Sophie

Sophie

distrib > Mageia > 6 > armv7hl > media > core-updates-src > by-pkgid > e00d5248fbe3dc3c4ed267a76609e6a3 > files > 3

drakx-installer-binaries-2.24.2-1.mga6.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));