[CRIU] [PATCH] crtools: Print error message with capital letter

Cyrill Gorcunov gorcunov at openvz.org
Wed Oct 9 02:15:20 PDT 2013


We usually print error messages starting with capital letter.

Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org>
---
 crtools.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/crtools.c b/crtools.c
index 62ec810..c2c3981 100644
--- a/crtools.c
+++ b/crtools.c
@@ -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;
 	}
 
-- 
1.8.3.1



More information about the CRIU mailing list