mirror of https://gitee.com/openkylin/libvirt.git
hotplug:Fix log mistake in qemuMonitorAddNetdev
VIR_DEBUG in qemuMonitorAddNetdev should print vhostfdSize Signed-off-by: Wang Rui <moon.wangrui@huawei.com>
This commit is contained in:
parent
287e2b395a
commit
f613e894ec
|
@ -2781,7 +2781,7 @@ int qemuMonitorAddNetdev(qemuMonitorPtr mon,
|
|||
VIR_DEBUG("mon=%p netdevstr=%s tapfd=%p tapfdName=%p tapfdSize=%d"
|
||||
"vhostfd=%p vhostfdName=%p vhostfdSize=%d",
|
||||
mon, netdevstr, tapfd, tapfdName, tapfdSize,
|
||||
vhostfd, vhostfdName, tapfdSize);
|
||||
vhostfd, vhostfdName, vhostfdSize);
|
||||
|
||||
if (!mon) {
|
||||
virReportError(VIR_ERR_INVALID_ARG, "%s",
|
||||
|
|
Loading…
Reference in New Issue