Oops, missing argument separator comma
authorYang Tse <yangsita@gmail.com>
Wed, 14 Feb 2007 17:38:41 +0000 (17:38 +0000)
committerYang Tse <yangsita@gmail.com>
Wed, 14 Feb 2007 17:38:41 +0000 (17:38 +0000)
ares_init.c

index 1ca835e..b0fa50f 100644 (file)
@@ -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;