From: Stefan Berger Date: Tue, 1 Feb 2011 17:02:01 +0000 (-0500) Subject: macvtap: fix variable in debugging output X-Git-Tag: v0.8.8~98 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c31e6cdc51d66b7249f5e3c7fa6c93dc15fb02c7;p=thirdparty%2Flibvirt.git macvtap: fix variable in debugging output This patch fixes a variable in the debugging output. --- diff --git a/src/util/macvtap.c b/src/util/macvtap.c index 019441cdd8..09d7b78213 100644 --- a/src/util/macvtap.c +++ b/src/util/macvtap.c @@ -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; }