提交 c82d106e 编写于 作者: C Cole Robinson

storage: mpath: Fix incorrect VIR_ERROR use

上级 60d05f73
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册