diff --git a/sys/vm/uma_core.c b/sys/vm/uma_core.c --- a/sys/vm/uma_core.c +++ b/sys/vm/uma_core.c @@ -3552,7 +3552,7 @@ if (stack_count < 10) { ++stack_count; - printf("uma_zalloc* called with bad WAIT flags:\n"); + printf("uma_zalloc* called with bad WAIT flags\n"); stack_save(&st); stack_print(&st); }