From e8d41815df5525b68e41300bec23edf68795bb54 Mon Sep 17 00:00:00 2001
From: Dima Dorfman
Date: Tue, 27 Nov 2001 20:28:48 +0000
Subject: Remove debugging printfs that weren't conditional on any debugging
options in handling MOD_{UN,}LOAD (they weren't very useful, anyway).
---
sys/netinet/ip_fw.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/sys/netinet/ip_fw.c b/sys/netinet/ip_fw.c
index 5a261210f2bc4..1390662cd945e 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;
--
cgit v1.3