mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-22 11:22:23 +00:00
macvtap: fix variable in debugging output
This patch fixes a variable in the debugging output.
This commit is contained in:
parent
59b34f139d
commit
c31e6cdc51
@ -1349,7 +1349,7 @@ doPortProfileOp8021Qbg(const char *ifname,
|
|||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
macvtapError(VIR_ERR_INTERNAL_ERROR,
|
macvtapError(VIR_ERR_INTERNAL_ERROR,
|
||||||
_("operation type %d not supported"), op);
|
_("operation type %d not supported"), virtPortOp);
|
||||||
rc = 1;
|
rc = 1;
|
||||||
goto err_exit;
|
goto err_exit;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user