From c31e6cdc51d66b7249f5e3c7fa6c93dc15fb02c7 Mon Sep 17 00:00:00 2001 From: Stefan Berger Date: Tue, 1 Feb 2011 12:02:01 -0500 Subject: [PATCH] macvtap: fix variable in debugging output This patch fixes a variable in the debugging output. --- src/util/macvtap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.47.2