summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/ng_pppoe.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netgraph/ng_pppoe.c')
-rw-r--r--sys/netgraph/ng_pppoe.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netgraph/ng_pppoe.c b/sys/netgraph/ng_pppoe.c
index 957c2f0..511ca2d 100644
--- a/sys/netgraph/ng_pppoe.c
+++ b/sys/netgraph/ng_pppoe.c
@@ -40,9 +40,9 @@
* $Whistle: ng_pppoe.c,v 1.10 1999/11/01 09:24:52 julian Exp $
*/
#if 0
-#define DBG printf("pppoe: %s\n", __func__ )
+#define DBG do { printf("ng_device: %s\n", __func__ ); } while (0)
#else
-#define DBG
+#define DBG do {} while (0)
#endif
#include <sys/param.h>
OpenPOWER on IntegriCloud