aboutsummaryrefslogtreecommitdiff
path: root/sys/geom/concat
diff options
context:
space:
mode:
authorPawel Jakub Dawidek <pjd@FreeBSD.org>2004-03-09 11:00:24 +0000
committerPawel Jakub Dawidek <pjd@FreeBSD.org>2004-03-09 11:00:24 +0000
commit810914da533f885c3964e2495d8f1e95631b2b71 (patch)
treec96c10552dbb1c1f4ade936aff5e772f82895f45 /sys/geom/concat
parentae21f5ad2c4e82dab9ed96ed947f04a87916ae37 (diff)
downloadsrc-810914da533f885c3964e2495d8f1e95631b2b71.tar.gz
src-810914da533f885c3964e2495d8f1e95631b2b71.zip
Print a space character between string given as a macro argument and
bio description.
Notes
Notes: svn path=/head/; revision=126772
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 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"); \
} \