[libvirt] macvtap: fix variable in debugging output

This patch fixes a variable in the debugging output. Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com> --- src/util/macvtap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: libvirt-acl/src/util/macvtap.c =================================================================== --- libvirt-acl.orig/src/util/macvtap.c +++ libvirt-acl/src/util/macvtap.c @@ -1349,7 +1349,7 @@ doPortProfileOp8021Qbg(const char *ifnam break; default: macvtapError(VIR_ERR_INTERNAL_ERROR, - _("operation type %d not supported"), op); + _("operation type %d not supported"), virtPortOp); rc = 1; goto err_exit; }

On 02/01/2011 08:03 AM, Stefan Berger wrote:
This patch fixes a variable in the debugging output.
Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com>
--- src/util/macvtap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Index: libvirt-acl/src/util/macvtap.c =================================================================== --- libvirt-acl.orig/src/util/macvtap.c +++ libvirt-acl/src/util/macvtap.c @@ -1349,7 +1349,7 @@ doPortProfileOp8021Qbg(const char *ifnam break; default: macvtapError(VIR_ERR_INTERNAL_ERROR, - _("operation type %d not supported"), op); + _("operation type %d not supported"), virtPortOp);
ACK. -- Eric Blake eblake@redhat.com +1-801-349-2682 Libvirt virtualization library http://libvirt.org

On 02/01/2011 10:37 AM, Eric Blake wrote:
On 02/01/2011 08:03 AM, Stefan Berger wrote:
This patch fixes a variable in the debugging output.
Signed-off-by: Stefan Berger<stefanb@linux.vnet.ibm.com>
--- src/util/macvtap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Index: libvirt-acl/src/util/macvtap.c =================================================================== --- libvirt-acl.orig/src/util/macvtap.c +++ libvirt-acl/src/util/macvtap.c @@ -1349,7 +1349,7 @@ doPortProfileOp8021Qbg(const char *ifnam break; default: macvtapError(VIR_ERR_INTERNAL_ERROR, - _("operation type %d not supported"), op); + _("operation type %d not supported"), virtPortOp); ACK.
Pushed. Stefan
participants (2)
-
Eric Blake
-
Stefan Berger