macvtap: fix variable in debugging output

This patch fixes a variable in the debugging output.
This commit is contained in:
Stefan Berger 2011-02-01 12:02:01 -05:00
parent 59b34f139d
commit c31e6cdc51

View File

@ -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;
}