diff --git a/sys/geom/concat/g_concat.h b/sys/geom/concat/g_concat.h index c53e77757aa1..43e05b710f63 100644 --- a/sys/geom/concat/g_concat.h +++ b/sys/geom/concat/g_concat.h @@ -51,6 +51,7 @@ if (g_concat_debug >= 2) { \ printf("GEOM_CONCAT[2]: "); \ printf(__VA_ARGS__); \ + printf(" "); \ g_print_bio(bp); \ printf("\n"); \ } \