mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-26 19:03:48 +01:00
Print a space character between string given as a macro argument and
bio description.
This commit is contained in:
parent
ae21f5ad2c
commit
810914da53
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=126772
@ -51,6 +51,7 @@
|
||||
if (g_concat_debug >= 2) { \
|
||||
printf("GEOM_CONCAT[2]: "); \
|
||||
printf(__VA_ARGS__); \
|
||||
printf(" "); \
|
||||
g_print_bio(bp); \
|
||||
printf("\n"); \
|
||||
} \
|
||||
|
Loading…
Reference in New Issue
Block a user