summaryrefslogtreecommitdiffstats
path: root/src/python
diff options
context:
space:
mode:
authorPeter Schiffer <pschiffe@redhat.com>2013-04-23 15:46:11 +0200
committerPeter Schiffer <pschiffe@redhat.com>2013-04-23 15:46:11 +0200
commit6c60ed63585024726dd43e35130d6cf2679e16fc (patch)
tree13c68c0ce00f4b795c7cd4410da5eecb9e68a89d /src/python
parent1e4187b50657065445a33148bfb2224005fb0dff (diff)
parente916644d46adf08f49a5bcb1158e4e11120b61cb (diff)
Merge branch 'master' of ssh://git.fedorahosted.org/git/openlmi-providers
Diffstat (limited to 'src/python')
-rw-r--r--src/python/openlmi/common/IndicationManager.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/python/openlmi/common/IndicationManager.py b/src/python/openlmi/common/IndicationManager.py
index b517373..ba0919d 100644
--- a/src/python/openlmi/common/IndicationManager.py
+++ b/src/python/openlmi/common/IndicationManager.py
@@ -638,8 +638,8 @@ class IndicationManager(singletonmixin.Singleton):
new_instance.classname, filter_id)
ind['PerceivedSeverity'] = self.SEVERITY_INFO
- cmpi_logging.logger.info("Sending indication %s for %s" %
- (ind["IndicationFilterName"], str(path)))
+ cmpi_logging.logger.info("Sending indication %s for %s",
+ ind["IndicationFilterName"], str(path))
self.send_indication(ind)
@cmpi_logging.trace_method