From 63003372b4f87f6f775b23cc9af491630647b48b Mon Sep 17 00:00:00 2001 From: root Date: Thu, 5 Nov 2015 21:16:41 -0600 Subject: [PATCH] Fixed call to module.log --- network/openvswitch_port.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/network/openvswitch_port.py b/network/openvswitch_port.py index e98453fc95f..5fbbe8480dd 100644 --- a/network/openvswitch_port.py +++ b/network/openvswitch_port.py @@ -140,7 +140,7 @@ class OVSPort(object): def set(self, set_opt): """ Set attributes on a port. """ - self.module("set called %s" % set_opt) + self.module.log("set called %s" % set_opt) if (not set_opt): return False