mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-24 04:12:20 +00:00
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…
x
Reference in New Issue
Block a user