Remove debugging printf.
Reviewed by: mlaier
This commit is contained in:
parent
6ca1ed35db
commit
d86b1595dd
@ -2010,7 +2010,6 @@ carp_modevent(module_t mod, int type, void *data)
|
|||||||
case MOD_LOAD:
|
case MOD_LOAD:
|
||||||
LIST_INIT(&carpif_list);
|
LIST_INIT(&carpif_list);
|
||||||
if_clone_attach(&carp_cloner);
|
if_clone_attach(&carp_cloner);
|
||||||
printf("carp: attached\n");
|
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case MOD_UNLOAD:
|
case MOD_UNLOAD:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user