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:
Osier Yang 2011-02-22 10:10:31 +08:00
parent 8fcc76a6e2
commit 9f928af12b

View File

@ -316,7 +316,7 @@ virStorageBackendMpathRefreshPool(virConnectPtr conn ATTRIBUTE_UNUSED,
{
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;