From 07a152830baff25f6db5208248d466a7d443956a Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Mon, 7 Jan 2002 16:02:36 +0000 Subject: also log server name for HTTP install --- mdk-stage1/network.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mdk-stage1/network.c') diff --git a/mdk-stage1/network.c b/mdk-stage1/network.c index ae2c685d2..76a89ddca 100644 --- a/mdk-stage1/network.c +++ b/mdk-stage1/network.c @@ -801,7 +801,7 @@ enum return_type http_prepare(void) strcpy(location_full, answers[1]); strcat(location_full, get_ramdisk_realname()); - log_message("HTTP: trying to retrieve %s", location_full); + log_message("HTTP: trying to retrieve %s from %s", location_full, answers[0]); fd = http_download_file(answers[0], location_full, &size); if (fd < 0) { -- cgit v1.2.1