mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-21 22:04:19 +03:00
dmsetup: remove stray '\n' in delete log message
This commit is contained in:
parent
5eda393488
commit
021715e897
@ -5323,7 +5323,7 @@ static int _stats_delete(CMD_ARGS)
|
|||||||
log_error("Could not delete statistics region");
|
log_error("Could not delete statistics region");
|
||||||
goto out;
|
goto out;
|
||||||
}
|
}
|
||||||
log_info("Deleted statistics region " FMTu64 ".\n", region_id);
|
log_info("Deleted statistics region " FMTu64 ".", region_id);
|
||||||
}
|
}
|
||||||
|
|
||||||
r = 1;
|
r = 1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user