mirror of https://gitee.com/openkylin/libvirt.git
storage: mpath: Fix incorrect VIR_ERROR use
This commit is contained in:
parent
60d05f7321
commit
c82d106ed1
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue