Commit 93e60c76 authored by Cyrill Gorcunov's avatar Cyrill Gorcunov Committed by Pavel Emelyanov

mem: Add missing EOL into pr_warn

Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 81e11b44
......@@ -64,7 +64,7 @@ int do_task_reset_dirty_track(int pid)
close(fd);
if (ret < 0) {
pr_warn("Can't reset %d's dirty memory tracker (%d)", pid, errno);
pr_warn("Can't reset %d's dirty memory tracker (%d)\n", pid, errno);
return -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