Commit b9adda77 authored by Tikhomirov Pavel's avatar Tikhomirov Pavel Committed by Pavel Emelyanov

deduplication: add \n to debug message

Signed-off-by: 's avatarTikhomirov Pavel <snorcht@gmail.com>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 44624667
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment