[CRIU] [PATCH 2/3] shmem: Fix format of printing shmem addresses
Pavel Emelyanov
xemul at parallels.com
Mon Aug 18 08:47:04 PDT 2014
Signed-off-by: Pavel Emelyanov <xemul at parallels.com>
---
shmem.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/shmem.c b/shmem.c
index 6f8a14a..1b3d51d 100644
--- a/shmem.c
+++ b/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;
--
1.8.4.2
More information about the CRIU
mailing list