Commit 118526cc authored by Pavel Emelyanov's avatar Pavel Emelyanov

dump: Missing \n in pr_err message.

Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent ecbe4883
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment