Fixed call to module.log

This commit is contained in:
root 2015-11-05 21:16:41 -06:00
parent f281eb2b30
commit 63003372b4

View file

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