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

Pavel Emelyanov xemul at parallels.com
Wed Oct 9 06:18:29 PDT 2013


On 10/09/2013 01:15 PM, Cyrill Gorcunov wrote:
> 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;
>  	}
>  
> 


applied


More information about the CRIU mailing list