mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-22 03:12:22 +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;
|
||||
default:
|
||||
macvtapError(VIR_ERR_INTERNAL_ERROR,
|
||||
_("operation type %d not supported"), op);
|
||||
_("operation type %d not supported"), virtPortOp);
|
||||
rc = 1;
|
||||
goto err_exit;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user