mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-25 23:25:24 +00:00
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)
|
unsigned int flags)
|
||||||
{
|
{
|
||||||
VIR_DEBUG("conn=%p, type=%s, src=%s, flags=%x",
|
VIR_DEBUG("conn=%p, type=%s, src=%s, flags=%x",
|
||||||
conn, type ? type : "", srcSpec ? srcSpec : "", flags);
|
conn, NULLSTR(type), NULLSTR(srcSpec), flags);
|
||||||
|
|
||||||
virResetLastError();
|
virResetLastError();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user