]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
Corrected log level of WWN path message
authorDavid Allan <dallan@redhat.com>
Thu, 21 Jan 2010 14:55:13 +0000 (15:55 +0100)
committerDaniel Veillard <veillard@redhat.com>
Thu, 21 Jan 2010 14:55:13 +0000 (15:55 +0100)
* src/node_device/node_device_linux_sysfs.c: open_wwn_file() the
  VIR_ERROR resllay should be just a VIR_DEBUG

src/node_device/node_device_linux_sysfs.c

index 73d8f8ed111cc4fe1e35aefe5468221d43a594a4..361a084a5895c9c3c3fe0ed895e05eb6afe60b8c 100644 (file)
@@ -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"),