From 635aabbaa22eeb7fb3e49b313a639c77b0f4f4c5 Mon Sep 17 00:00:00 2001 From: pjd Date: Tue, 9 Mar 2004 11:00:24 +0000 Subject: Print a space character between string given as a macro argument and bio description. --- sys/geom/concat/g_concat.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/geom') 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"); \ } \ -- cgit v1.1