storage: make debug log more useful
"__func__" is useless there, as VIR_DEBUG will print the function name. * src/storage/storage_backend_mpath.c
This commit is contained in:
parent
8fcc76a6e2
commit
9f928af12b
@ -316,7 +316,7 @@ virStorageBackendMpathRefreshPool(virConnectPtr conn ATTRIBUTE_UNUSED,
|
|||||||
{
|
{
|
||||||
int retval = 0;
|
int retval = 0;
|
||||||
|
|
||||||
VIR_DEBUG("in %s", __func__);
|
VIR_DEBUG("conn=%p, pool=%p", conn, pool);
|
||||||
|
|
||||||
pool->def->allocation = pool->def->capacity = pool->def->available = 0;
|
pool->def->allocation = pool->def->capacity = pool->def->available = 0;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user