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:
2
dhcpd.c
2
dhcpd.c
@@ -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")) {
|
||||
|
@@ -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")) {
|
||||
|
Reference in New Issue
Block a user