diff options
| author | Dima Dorfman <dd@FreeBSD.org> | 2001-11-27 20:28:48 +0000 |
|---|---|---|
| committer | Dima Dorfman <dd@FreeBSD.org> | 2001-11-27 20:28:48 +0000 |
| commit | e8d41815df5525b68e41300bec23edf68795bb54 (patch) | |
| tree | 9570301a8be0438f42dc5b57ac5c6ed5e73e40ea /sys | |
| parent | a53dffb7742d7efd1a5ab956ba7c5d1e7163f009 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/netinet/ip_fw.c | 2 |
1 files changed, 0 insertions, 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; |
