mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +00:00
shmem: Fix format of printing shmem addresses
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
parent
5f9acc8dc9
commit
a9484a916a
1 changed files with 1 additions and 1 deletions
2
shmem.c
2
shmem.c
|
|
@ -76,7 +76,7 @@ int collect_shmem(int pid, VmaEntry *vi)
|
|||
if (!si)
|
||||
return -1;
|
||||
|
||||
pr_info("Add new shmem 0x%"PRIx64" (0x0160x%"PRIx64"-0x0160x%"PRIx64")\n",
|
||||
pr_info("Add new shmem 0x%"PRIx64" (0x%016"PRIx64"-0x%016"PRIx64")\n",
|
||||
vi->shmid, vi->start, vi->end);
|
||||
|
||||
si->start = vi->start;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue