mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-31 06:15:24 +00:00
dump: Missing \n in pr_err message.
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
@@ -1085,7 +1085,7 @@ static int collect_file_locks(const struct cr_options *opts)
|
|||||||
*/
|
*/
|
||||||
if (!list_empty(&file_lock_list)) {
|
if (!list_empty(&file_lock_list)) {
|
||||||
pr_err("Some file locks are hold by dumping tasks!"
|
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;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user