提交 6151dc2f 编写于 作者: T Tomáš Ryšavý 提交者: John Ferlan

tests: Rename virtTestErrorFuncQuiet to virTestErrorFuncQuiet.

This function doesn't follow our convention of naming functions.
上级 f5444742
......@@ -719,8 +719,8 @@ virTestCompareToFile(const char *strcontent,
}
static void
virtTestErrorFuncQuiet(void *data ATTRIBUTE_UNUSED,
virErrorPtr err ATTRIBUTE_UNUSED)
virTestErrorFuncQuiet(void *data ATTRIBUTE_UNUSED,
virErrorPtr err ATTRIBUTE_UNUSED)
{ }
......@@ -729,7 +729,7 @@ void
virTestQuiesceLibvirtErrors(bool always)
{
if (always || !virTestGetVerbose())
virSetErrorFunc(NULL, virtTestErrorFuncQuiet);
virSetErrorFunc(NULL, virTestErrorFuncQuiet);
}
struct virtTestLogData {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册