mirror of https://gitee.com/openkylin/libvirt.git
API: prefer to use NULLSTR macro
This commit is contained in:
parent
2b0803c64f
commit
e531f9a9d8
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in New Issue