diff options
Diffstat (limited to 'sys/geom')
-rw-r--r-- | sys/geom/concat/g_concat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/geom/concat/g_concat.h b/sys/geom/concat/g_concat.h index c53e777..43e05b7 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"); \ } \ |