summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_fw.c
diff options
context:
space:
mode:
authordd <dd@FreeBSD.org>2001-11-27 20:28:48 +0000
committerdd <dd@FreeBSD.org>2001-11-27 20:28:48 +0000
commit371e36e76a396b58de55aed000d2338d49adac2a (patch)
tree9570301a8be0438f42dc5b57ac5c6ed5e73e40ea /sys/netinet/ip_fw.c
parentfc1c953f036a4566fcea0706db2bf97591882bd6 (diff)
downloadFreeBSD-src-371e36e76a396b58de55aed000d2338d49adac2a.zip
FreeBSD-src-371e36e76a396b58de55aed000d2338d49adac2a.tar.gz
Remove debugging printfs that weren't conditional on any debugging
options in handling MOD_{UN,}LOAD (they weren't very useful, anyway).
Diffstat (limited to 'sys/netinet/ip_fw.c')
-rw-r--r--sys/netinet/ip_fw.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/netinet/ip_fw.c b/sys/netinet/ip_fw.c
index 5a26121..1390662 100644
--- a/sys/netinet/ip_fw.c
+++ b/sys/netinet/ip_fw.c
@@ -2148,7 +2148,6 @@ ipfw_modevent(module_t mod, int type, void *unused)
switch (type) {
case MOD_LOAD:
- printf("IPFW: MOD_LOAD\n");
s = splimp();
if (IPFW_LOADED) {
splx(s);
@@ -2160,7 +2159,6 @@ ipfw_modevent(module_t mod, int type, void *unused)
}
break ;
case MOD_UNLOAD:
- printf("IPFW: MOD_UNLOAD\n");
#if !defined(KLD_MODULE)
printf("ipfw statically compiled, cannot unload\n");
err = EBUSY;
OpenPOWER on IntegriCloud