summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ares/ares_init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ares/ares_init.c b/ares/ares_init.c
index 1ca835e6d..b0fa50f2b 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;