mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-18 00:58:31 +00:00
dump: Add missing newline in error message
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
This commit is contained in:
parent
0a26593a3b
commit
db2064811d
1 changed files with 1 additions and 1 deletions
|
|
@ -527,7 +527,7 @@ err:
|
|||
return ret;
|
||||
|
||||
err_corrupted:
|
||||
pr_err("/proc/%d/stat is corrupted", pid);
|
||||
pr_err("/proc/%d/stat is corrupted\n", pid);
|
||||
goto err;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue