From 210804b2729f26131744e403189bff2677d9b5d2 Mon Sep 17 00:00:00 2001 From: Eugeni Dodonov Date: Thu, 17 Sep 2009 15:36:45 +0000 Subject: use debug level for unavailable plugins instead of informative --- src/msec/libmsec.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1