2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-22 01:51:51 +00:00

shmem: Fix format of printing shmem addresses

Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
Pavel Emelyanov 2014-08-18 19:47:04 +04:00
parent 5f9acc8dc9
commit a9484a916a

View File

@ -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;