From: Yang Tse Date: Wed, 14 Feb 2007 17:38:41 +0000 (+0000) Subject: Oops, missing argument separator comma X-Git-Tag: curl-7_16_2~314 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3ade3ccb564dc3d252c4c79666733aa950680fb;p=thirdparty%2Fcurl.git Oops, missing argument separator comma --- diff --git a/ares/ares_init.c b/ares/ares_init.c index 1ca835e6d8..b0fa50f2b2 100644 --- a/ares/ares_init.c +++ b/ares/ares_init.c @@ -689,7 +689,7 @@ DhcpNameServer status = ARES_EOF; break; default: - DEBUGF(fprintf(stderr, "fopen() failed with error: %d %s\n" + DEBUGF(fprintf(stderr, "fopen() failed with error: %d %s\n", errno, strerror(errno))); DEBUGF(fprintf(stderr, "Error opening file: %s\n", "/etc/host.conf")); status = ARES_EFILE;