From 118526cc0af6e50e7a910bbe54d76aeafe7398e0 Mon Sep 17 00:00:00 2001 From: Pavel Emelyanov Date: Tue, 26 Mar 2013 19:49:18 +0400 Subject: [PATCH] dump: Missing \n in pr_err message. Signed-off-by: Pavel Emelyanov --- cr-dump.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cr-dump.c b/cr-dump.c index 363d0e51c..fee4267ba 100644 --- a/cr-dump.c +++ b/cr-dump.c @@ -1085,7 +1085,7 @@ static int collect_file_locks(const struct cr_options *opts) */ if (!list_empty(&file_lock_list)) { pr_err("Some file locks are hold by dumping tasks!" - "You can try -l to dump them."); + "You can try -l to dump them.\n"); return -1; }