Commit 249ee5f7 authored by Cyrill Gorcunov's avatar Cyrill Gorcunov Committed by Pavel Emelyanov

crtools: Print error message with capital letter

We usually print error messages starting with capital letter.
Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 6695ff72
......@@ -289,7 +289,7 @@ int main(int argc, char *argv[])
ret = open_image_dir();
if (ret < 0) {
pr_perror("can't open current directory");
pr_perror("Can't open current directory");
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