[libvirt] [PATCH] qemu: Fix typo in qemuTeardownDiskPathDeny

Matthias Bolte matthias.bolte at googlemail.com
Wed Dec 1 17:06:16 UTC 2010


2010/12/1 Osier Yang <jyang at redhat.com>:
> typo in error message, it should be by copy-a-paste
> from "qemuSetupDiskPathAllow".
>
> * src/qemu/qemu_driver.c (qemuTeardownDiskPathDeny)
> ---
>  src/qemu/qemu_driver.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/src/qemu/qemu_driver.c b/src/qemu/qemu_driver.c
> index fcb90a3..5d90e59 100644
> --- a/src/qemu/qemu_driver.c
> +++ b/src/qemu/qemu_driver.c
> @@ -3401,7 +3401,7 @@ static int qemuTeardownDiskPathDeny(virDomainDiskDefPtr disk ATTRIBUTE_UNUSED,
>             VIR_DEBUG("Ignoring EACCES for %s", path);
>         } else {
>             virReportSystemError(-rc,
> -                                 _("Unable to allow access for disk path %s"),
> +                                 _("Unable to deny access for disk path %s"),
>                                  path);
>             return -1;
>         }
> --
> 1.7.3.2
>

ACK, thanks, pushed :)

Matthias




More information about the libvir-list mailing list