From: Cole Robinson Date: Mon, 24 May 2010 18:41:14 +0000 (-0400) Subject: storage: mpath: Fix incorrect VIR_ERROR use X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=c82d106ed1c7b1be789d9df13f09f6f86e6d8bb3;p=libvirt.git storage: mpath: Fix incorrect VIR_ERROR use --- diff --git a/src/storage/storage_backend_mpath.c b/src/storage/storage_backend_mpath.c index 8d0a92a410..3a137eb3e8 100644 --- a/src/storage/storage_backend_mpath.c +++ b/src/storage/storage_backend_mpath.c @@ -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;