summaryrefslogtreecommitdiffstats
path: root/sys/geom/concat
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2004-03-09 11:00:24 +0000
committerpjd <pjd@FreeBSD.org>2004-03-09 11:00:24 +0000
commit635aabbaa22eeb7fb3e49b313a639c77b0f4f4c5 (patch)
treec96c10552dbb1c1f4ade936aff5e772f82895f45 /sys/geom/concat
parent8cac80f8c91692e1a00be9fb82406aa24f2d6c4d (diff)
downloadFreeBSD-src-635aabbaa22eeb7fb3e49b313a639c77b0f4f4c5.zip
FreeBSD-src-635aabbaa22eeb7fb3e49b313a639c77b0f4f4c5.tar.gz
Print a space character between string given as a macro argument and
bio description.
Diffstat (limited to 'sys/geom/concat')
-rw-r--r--sys/geom/concat/g_concat.h1
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"); \
} \
OpenPOWER on IntegriCloud