Commit 6a9fecb5 authored by Cyrill Gorcunov's avatar Cyrill Gorcunov Committed by Pavel Emelyanov

crtools: Add missing \n in pr_err

Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent f7477bc2
...@@ -253,7 +253,7 @@ int main(int argc, char *argv[]) ...@@ -253,7 +253,7 @@ int main(int argc, char *argv[])
strcmp(argv[optind], "restore") && strcmp(argv[optind], "restore") &&
strcmp(argv[optind], "show") && strcmp(argv[optind], "show") &&
strcmp(argv[optind], "check")) { strcmp(argv[optind], "check")) {
pr_err("Unknown command %s", argv[optind]); pr_err("Unknown command %s\n", argv[optind]);
goto usage; goto usage;
} }
......
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