[libvirt] [PATCH 1/1] Corrected log level of WWN path message

Daniel P. Berrange berrange at redhat.com
Tue Jan 12 20:49:08 UTC 2010


On Tue, Jan 12, 2010 at 06:01:50AM -0500, David Allan wrote:
> * It was incorrectly set to ERROR; fixed by setting to DEBUG
> ---
>  src/node_device/node_device_linux_sysfs.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/src/node_device/node_device_linux_sysfs.c b/src/node_device/node_device_linux_sysfs.c
> index b1dff10..c792380 100644
> --- a/src/node_device/node_device_linux_sysfs.c
> +++ b/src/node_device/node_device_linux_sysfs.c
> @@ -51,7 +51,7 @@ static int open_wwn_file(const char *prefix,
> 
>      /* fd will be closed by caller */
>      if ((*fd = open(wwn_path, O_RDONLY)) != -1) {
> -        VIR_ERROR(_("Opened WWN path '%s' for reading"),
> +        VIR_DEBUG(_("Opened WWN path '%s' for reading"),
>                    wwn_path);
>      } else {
>          VIR_ERROR(_("Failed to open WWN path '%s' for reading"),
> -- 

ACK

Daniel
-- 
|: Red Hat, Engineering, London   -o-   http://people.redhat.com/berrange/ :|
|: http://libvirt.org  -o-  http://virt-manager.org  -o-  http://ovirt.org :|
|: http://autobuild.org       -o-         http://search.cpan.org/~danberr/ :|
|: GnuPG: 7D3B9505  -o-  F3C9 553F A1DA 4AC2 5648 23C1 B3DF F742 7D3B 9505 :|




More information about the libvir-list mailing list