mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-17 16:47:50 +00:00
shmem: Fix print format for vme->start
Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
This commit is contained in:
parent
06968075d1
commit
346a4378b1
1 changed files with 1 additions and 1 deletions
|
|
@ -191,7 +191,7 @@ static int open_shmem_sysv(int pid, struct vma_area *vma)
|
|||
}
|
||||
|
||||
if (si->pid != SYSVIPC_SHMEM_PID) {
|
||||
pr_err("SysV shmem vma %lx points to anon vma %lx\n",
|
||||
pr_err("SysV shmem vma 0x%"PRIx64" points to anon vma %lx\n",
|
||||
vme->start, si->shmid);
|
||||
return -1;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue