Commit 71f126d2 authored by Pavel Emelyanov's avatar Pavel Emelyanov

page-xfer: Lost \n in the end of error message

Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 5226efe3
......@@ -215,7 +215,7 @@ static int page_server_serve(int sk)
}
if (!flushed) {
pr_err("The data were not flushed");
pr_err("The data were not flushed\n");
ret = -1;
}
......
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