]> xenbits.xensource.com Git - libvirt.git/commitdiff
storage: mpath: Fix incorrect VIR_ERROR use
authorCole Robinson <crobinso@redhat.com>
Mon, 24 May 2010 18:41:14 +0000 (14:41 -0400)
committerCole Robinson <crobinso@redhat.com>
Tue, 25 May 2010 14:49:28 +0000 (10:49 -0400)
src/storage/storage_backend_mpath.c

index 8d0a92a4107cb9d0076a478ce56247999e6ee2f1..3a137eb3e849343c5701ab372b08ac0f888d4138 100644 (file)
@@ -302,7 +302,7 @@ virStorageBackendMpathRefreshPool(virConnectPtr conn ATTRIBUTE_UNUSED,
 {
     int retval = 0;
 
-    VIR_ERROR(_("in %s"), __func__);
+    VIR_DEBUG("in %s", __func__);
 
     pool->def->allocation = pool->def->capacity = pool->def->available = 0;