fix print formatting string directives

This commit is contained in:
Yang Tse 2008-09-04 05:29:10 +00:00
parent 9f9e577640
commit 8733e087d7
3 changed files with 36 additions and 36 deletions

View file

@ -505,7 +505,7 @@ int main(int argc, char **argv)
return 1;
}
logmsg("Running IPv%d version on port UDP/%d",
logmsg("Running IPv%d version on port UDP/%hu",
#ifdef ENABLE_IPV6
(use_ipv6?6:4)
#else