From 5dceb6d883d7363fbb551b3d74cdf0a3a6b056c3 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Wed, 14 Feb 2007 17:38:41 +0000 Subject: [PATCH] Oops, missing argument separator comma --- ares_init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ares_init.c b/ares_init.c index 1ca835e6..b0fa50f2 100644 --- a/ares_init.c +++ b/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;