[CRIU] [PATCH 1/2] deduplication: add \n to debug message
Tikhomirov Pavel
snorcht at gmail.com
Tue Feb 4 22:44:11 PST 2014
Signed-off-by: Tikhomirov Pavel <snorcht at gmail.com>
---
cr-dedup.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cr-dedup.c b/cr-dedup.c
index cb5dfd6..f26d821 100644
--- a/cr-dedup.c
+++ b/cr-dedup.c
@@ -144,7 +144,7 @@ int dedup_one_iovec(struct page_read *pr, struct iovec *iov)
prp = pr->parent;
if (prp) {
/* recursively */
- pr_debug("Go to next parent level");
+ pr_debug("Go to next parent level\n");
tiov.iov_base = (void*)off;
tiov.iov_len = min(piov_end, iov_end) - off;
ret = dedup_one_iovec(prp, &tiov);
--
1.8.3.2
More information about the CRIU
mailing list