From 021715e897016212beb4123b25239338ab49707e Mon Sep 17 00:00:00 2001 From: "Bryn M. Reeves" Date: Mon, 24 Oct 2016 17:21:35 +0100 Subject: [PATCH] dmsetup: remove stray '\n' in delete log message --- tools/dmsetup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/dmsetup.c b/tools/dmsetup.c index ec64d2495..42f0b0547 100644 --- a/tools/dmsetup.c +++ b/tools/dmsetup.c @@ -5323,7 +5323,7 @@ static int _stats_delete(CMD_ARGS) log_error("Could not delete statistics region"); goto out; } - log_info("Deleted statistics region " FMTu64 ".\n", region_id); + log_info("Deleted statistics region " FMTu64 ".", region_id); } r = 1;