diff options
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/portsnap/phttpget/phttpget.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/portsnap/phttpget/phttpget.c b/usr.sbin/portsnap/phttpget/phttpget.c index e45ab83..57ca0d0ab 100644 --- a/usr.sbin/portsnap/phttpget/phttpget.c +++ b/usr.sbin/portsnap/phttpget/phttpget.c @@ -326,7 +326,7 @@ main(int argc, char *argv[]) error = getaddrinfo(env_HTTP_PROXY ? env_HTTP_PROXY : servername, env_HTTP_PROXY ? proxyport : "http", &hints, &res0); if (error) - errx(1, "%s: host = %s, port = %s", + errx(1, "host = %s, port = %s: %s", env_HTTP_PROXY ? env_HTTP_PROXY : servername, env_HTTP_PROXY ? proxyport : "http", gai_strerror(error)); |