[dm-devel] [PATCH] libmultipath: Fix typo in log message of execute_program()

Christophe Varoqui christophe.varoqui at opensvc.com
Tue Aug 26 20:02:53 UTC 2014


Applied.
Thanks.


On Tue, Aug 26, 2014 at 6:17 PM, Ferenc Wágner <wferi at niif.hu> wrote:

> Signed-off-by: Ferenc Wágner <wferi at niif.hu>
> ---
>  libmultipath/callout.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/libmultipath/callout.c b/libmultipath/callout.c
> index c35c7c0..4cbbd06 100644
> --- a/libmultipath/callout.c
> +++ b/libmultipath/callout.c
> @@ -125,7 +125,7 @@ int execute_program(char *path, char *value, int len)
>                         if (status == 0)
>                                 retval = 0;
>                         else
> -                               condlog(0, "%s exitted with %d", argv[0],
> status);
> +                               condlog(0, "%s exited with %d", argv[0],
> status);
>                 }
>                 else if (WIFSIGNALED(status))
>                         condlog(0, "%s was terminated by signal %d",
> argv[0], WTERMSIG(status));
> --
> 1.7.10.4
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/dm-devel/attachments/20140826/8e284b9f/attachment.htm>


More information about the dm-devel mailing list