fix compiler warning: defined but not used

This commit is contained in:
Yang Tse 2008-09-21 04:02:13 +00:00
parent 7c9631081d
commit 2b767161da
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ int main(int argc, char *argv[])
}
#endif
if(rc)
printf("Resolving '%s' didn't work\n", host);
printf("Resolving IPv%d '%s' didn't work\n", (use_ipv6?6:4), host);
return !rc?0:1;
}