From: David Allan Date: Thu, 21 Jan 2010 14:55:13 +0000 (+0100) Subject: Corrected log level of WWN path message X-Git-Tag: v0.7.6~79 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2dccf5ef07e04ec481a1501932f9c5c6af6d708d;p=thirdparty%2Flibvirt.git Corrected log level of WWN path message * src/node_device/node_device_linux_sysfs.c: open_wwn_file() the VIR_ERROR resllay should be just a VIR_DEBUG --- diff --git a/src/node_device/node_device_linux_sysfs.c b/src/node_device/node_device_linux_sysfs.c index 73d8f8ed11..361a084a58 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"),