diff options
author | corvid <devnull@localhost> | 2014-07-31 06:26:32 +0000 |
---|---|---|
committer | corvid <devnull@localhost> | 2014-07-31 06:26:32 +0000 |
commit | 00106830b59aeeeba5027bf039acf24d6786b77f (patch) | |
tree | 9f1d962ce927a14c9a98cc3bb642b8f5cc5ccca1 /src | |
parent | d67198aab4bee4f8ba4fa5e8a11cb14b3e23f1c5 (diff) |
MSG
Diffstat (limited to 'src')
-rw-r--r-- | src/IO/http.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/IO/http.c b/src/IO/http.c index 8c7dcef1..68294fb4 100644 --- a/src/IO/http.c +++ b/src/IO/http.c @@ -584,7 +584,7 @@ static void Http_dns_cb(int Status, Dlist *addr_list, void *data) Http_connect_queued_sockets(hc); } else { /* DNS wasn't able to resolve the hostname */ - MSG_BW(S->web, 0, "ERROR: Dns can't resolve %s", + MSG_BW(S->web, 0, "ERROR: DNS can't resolve %s", (S->flags & HTTP_SOCKET_USE_PROXY) ? URL_HOST_(HTTP_Proxy) : URL_HOST_(S->web->url)); a_Chain_bfcb(OpAbort, S->Info, NULL, "Both"); |