[CRIU] [PATCH] restorer: Add missing closing brace in print
Cyrill Gorcunov
gorcunov at openvz.org
Tue Oct 29 11:09:09 PDT 2013
Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org>
---
pie/restorer.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pie/restorer.c b/pie/restorer.c
index 0db8d67..a8706d9 100644
--- a/pie/restorer.c
+++ b/pie/restorer.c
@@ -347,7 +347,7 @@ static unsigned long restore_mapping(const VmaEntry *vma_entry)
if (vma_entry->fd == -1 || !(vma_entry->flags & MAP_SHARED))
prot |= PROT_WRITE;
- pr_debug("\tmmap(%"PRIx64" -> %"PRIx64", %x %x %d\n",
+ pr_debug("\tmmap(%"PRIx64" -> %"PRIx64", %x %x %d)\n",
vma_entry->start, vma_entry->end,
prot, flags, (int)vma_entry->fd);
/*
--
1.8.3.1
More information about the CRIU
mailing list