mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-27 12:04:24 +00:00
dump: Missing \n in auxv dumping message
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
parent
4a360f5ed5
commit
d29238db83
1 changed files with 1 additions and 1 deletions
|
|
@ -375,7 +375,7 @@ static int get_task_auxv(pid_t pid, MmEntry *mm, size_t *size)
|
|||
{
|
||||
int fd, ret, i;
|
||||
|
||||
pr_info("Obtaining task auvx ... ");
|
||||
pr_info("Obtaining task auvx ...\n");
|
||||
|
||||
fd = open_proc(pid, "auxv");
|
||||
if (fd < 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue