From: Martin Wilck <[email protected]>
Signed-off-by: Martin Wilck <[email protected]>
---
kpartx/devmapper.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kpartx/devmapper.c b/kpartx/devmapper.c
index 86731ea..3efd6df 100644
--- a/kpartx/devmapper.c
+++ b/kpartx/devmapper.c
@@ -618,7 +618,7 @@ remove_partmap(const char *name, void *data)
if (dm_get_opencount(name)) {
if (rd->verbose)
- printf("%s is in use. Not removing", name);
+ printf("%s is in use. Not removing\n", name);
return 1;
}
if (!dm_simplecmd(DM_DEVICE_REMOVE, name, 0, 0)) {
--
2.26.2
--
dm-devel mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/dm-devel