2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-31 14:25:49 +00:00

crtools: Print error message with capital letter

We usually print error messages starting with capital letter.

Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
Cyrill Gorcunov
2013-10-09 17:18:23 +04:00
committed by Pavel Emelyanov
parent 6695ff7259
commit 249ee5f797

View File

@@ -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;
}