Merge pull request #1210 from jaymell/devel

Fixed call to module.log
reviewable/pr18780/r1
Brian Coca 9 years ago
commit a88132b0be

@ -140,7 +140,7 @@ class OVSPort(object):
def set(self, set_opt): def set(self, set_opt):
""" Set attributes on a port. """ """ Set attributes on a port. """
self.module("set called %s" % set_opt) self.module.log("set called %s" % set_opt)
if (not set_opt): if (not set_opt):
return False return False

Loading…
Cancel
Save