2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-30 05:48:05 +00:00

dump: Missing \n in pr_err message.

Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
Pavel Emelyanov 2013-03-26 19:49:18 +04:00
parent ecbe4883dc
commit 118526cc0a

View File

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