1
0
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:
Bryn M. Reeves 2016-10-24 17:21:35 +01:00
parent 5eda393488
commit 021715e897

View File

@ -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;