Remove debugging printf.

Reviewed by:	mlaier
This commit is contained in:
glebius 2005-03-01 09:31:36 +00:00
parent 16079e8557
commit ff26c2d4ef

View File

@ -2010,7 +2010,6 @@ carp_modevent(module_t mod, int type, void *data)
case MOD_LOAD:
LIST_INIT(&carpif_list);
if_clone_attach(&carp_cloner);
printf("carp: attached\n");
break;
case MOD_UNLOAD: