提交 e531f9a9 编写于 作者: O Osier Yang

API: prefer to use NULLSTR macro

上级 2b0803c6
......@@ -10300,7 +10300,7 @@ virConnectFindStoragePoolSources(virConnectPtr conn,
unsigned int flags)
{
VIR_DEBUG("conn=%p, type=%s, src=%s, flags=%x",
conn, type ? type : "", srcSpec ? srcSpec : "", flags);
conn, NULLSTR(type), NULLSTR(srcSpec), flags);
virResetLastError();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册