mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-09-01 06:45:27 +00:00
Clean up debug
This commit is contained in:
2
dhcpd.c
2
dhcpd.c
@@ -93,7 +93,7 @@ int main (argc, argv, envp)
|
|||||||
if (++i == argc)
|
if (++i == argc)
|
||||||
usage ();
|
usage ();
|
||||||
server_port = htons (atoi (argv [i]));
|
server_port = htons (atoi (argv [i]));
|
||||||
debug ("binding to user-specified port %d\n",
|
debug ("binding to user-specified port %d",
|
||||||
ntohs (server_port));
|
ntohs (server_port));
|
||||||
#if 0
|
#if 0
|
||||||
} else if (!strcmp (argv [i], "-a")) {
|
} else if (!strcmp (argv [i], "-a")) {
|
||||||
|
@@ -93,7 +93,7 @@ int main (argc, argv, envp)
|
|||||||
if (++i == argc)
|
if (++i == argc)
|
||||||
usage ();
|
usage ();
|
||||||
server_port = htons (atoi (argv [i]));
|
server_port = htons (atoi (argv [i]));
|
||||||
debug ("binding to user-specified port %d\n",
|
debug ("binding to user-specified port %d",
|
||||||
ntohs (server_port));
|
ntohs (server_port));
|
||||||
#if 0
|
#if 0
|
||||||
} else if (!strcmp (argv [i], "-a")) {
|
} else if (!strcmp (argv [i], "-a")) {
|
||||||
|
Reference in New Issue
Block a user