Remove debugging printf.

Reviewed by:	mlaier
This commit is contained in:
Gleb Smirnoff 2005-03-01 09:31:36 +00:00
parent d2b677bb1a
commit 4358dfc32f

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: