提交 532c04e2 编写于 作者: D Daniel P. Berrangé

libvirt: correctly print out URI returned from probing

Turning a NULL URI instead the empty string is very misleading when
reading the debug logs as the distinction between the two is
functionally important.
Reviewed-by: NAndrea Bolognani <abologna@redhat.com>
Signed-off-by: NDaniel P. Berrangé <berrange@redhat.com>
上级 01991133
...@@ -886,7 +886,7 @@ virConnectOpenInternal(const char *name, ...@@ -886,7 +886,7 @@ virConnectOpenInternal(const char *name,
goto failed; goto failed;
VIR_DEBUG("%s driver URI probe returned '%s'", VIR_DEBUG("%s driver URI probe returned '%s'",
virConnectDriverTab[i]->hypervisorDriver->name, virConnectDriverTab[i]->hypervisorDriver->name,
NULLSTR_EMPTY(uristr)); NULLSTR(uristr));
} }
} }
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册