projects
/
barrelfish
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
bce5518
)
libnet: fixed debugging mode
author
Roni Häcki
<roni.haecki@inf.ethz.ch>
Thu, 21 Sep 2017 14:15:18 +0000 (16:15 +0200)
committer
Roni Häcki
<roni.haecki@inf.ethz.ch>
Thu, 21 Sep 2017 14:15:18 +0000 (16:15 +0200)
Signed-off-by: Roni Häcki <roni.haecki@inf.ethz.ch>
lib/net/dhcp.c
patch
|
blob
|
history
diff --git
a/lib/net/dhcp.c
b/lib/net/dhcp.c
index
04c4633
..
050665c
100644
(file)
--- a/
lib/net/dhcp.c
+++ b/
lib/net/dhcp.c
@@
-27,7
+27,8
@@
#include "networking_internal.h"
///< the debug subsystem
-#define debug_printf_SUBSYSTEM "dhcpd"
+//
+#define NETDEBUG_SUBSYSTEM "dhcpd"
///< the DHCP timeout in milli seconds
#define DHCP_TIMEOUT_MSECS (120UL * 1000)