diff options
| author | Michal Minar <miminar@redhat.com> | 2013-04-18 22:09:04 +0200 |
|---|---|---|
| committer | Michal Minar <miminar@redhat.com> | 2013-04-22 18:59:04 +0200 |
| commit | 63cdd2fdb9a5aaa4f51e18505e79f4d30544d0d4 (patch) | |
| tree | e5aac86e0193f15cdf8539f738ebcab3359b7c1f /src/python | |
| parent | e229f6f4752c30c4fb48c429174f81bbda02242d (diff) | |
| download | openlmi-providers-63cdd2fdb9a5aaa4f51e18505e79f4d30544d0d4.tar.gz openlmi-providers-63cdd2fdb9a5aaa4f51e18505e79f4d30544d0d4.tar.xz openlmi-providers-63cdd2fdb9a5aaa4f51e18505e79f4d30544d0d4.zip | |
small logging improvement
Diffstat (limited to 'src/python')
| -rw-r--r-- | src/python/openlmi/common/IndicationManager.py | 4 |
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 |
