Fixed call to module.log

pull/18777/head
root 10 years ago committed by Matt Clay
parent f475a123c0
commit 4e72c23bae

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

Loading…
Cancel
Save