2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-30 22:05:23 +00:00

Clean up debug

This commit is contained in:
Ted Lemon
1996-02-29 18:18:40 +00:00
parent 76d9aae0cb
commit 3c248d6d6d
2 changed files with 2 additions and 2 deletions

View File

@@ -93,7 +93,7 @@ int main (argc, argv, envp)
if (++i == argc)
usage ();
server_port = htons (atoi (argv [i]));
debug ("binding to user-specified port %d\n",
debug ("binding to user-specified port %d",
ntohs (server_port));
#if 0
} else if (!strcmp (argv [i], "-a")) {

View File

@@ -93,7 +93,7 @@ int main (argc, argv, envp)
if (++i == argc)
usage ();
server_port = htons (atoi (argv [i]));
debug ("binding to user-specified port %d\n",
debug ("binding to user-specified port %d",
ntohs (server_port));
#if 0
} else if (!strcmp (argv [i], "-a")) {