1
0
mirror of https://frontier.innolan.net/rainlance/c-ares.git synced 2026-03-18 00:49:45 +00:00

Oops, missing argument separator comma

This commit is contained in:
Yang Tse
2007-02-14 17:38:41 +00:00
parent 8c76cf38a7
commit 5dceb6d883

View 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;