diff options
-rwxr-xr-x | src/msec/libmsec.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/msec/libmsec.py b/src/msec/libmsec.py index 1aa103e..b60c877 100755 --- a/src/msec/libmsec.py +++ b/src/msec/libmsec.py @@ -740,7 +740,7 @@ class MSEC: action = self.get_action(callback) if not action: # The required functionality is not supported - self.log.info(_("'%s' is not available in this version") % opt) + self.log.debug("'%s' is not available in this version" % opt) continue self.log.debug("Processing action %s: %s(%s)" % (opt, callback, curconfig.get(opt))) # validating parameters |