summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Safranek <jsafrane@redhat.com>2013-04-12 10:48:53 +0200
committerJan Safranek <jsafrane@redhat.com>2013-04-16 09:41:09 +0200
commiteb8ce5ef425908fee47b246e5b965746a4901060 (patch)
tree3fcc2d0fa88f2949c8ad6fc719e3e28182caa92f
parentf128220b0d690f06d04816e8d217619a0c978091 (diff)
downloadopenlmi-providers-eb8ce5ef425908fee47b246e5b965746a4901060.tar.gz
openlmi-providers-eb8ce5ef425908fee47b246e5b965746a4901060.tar.xz
openlmi-providers-eb8ce5ef425908fee47b246e5b965746a4901060.zip
Added a log decorator to IndicationManager.__init__
-rw-r--r--src/python/openlmi/common/IndicationManager.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/python/openlmi/common/IndicationManager.py b/src/python/openlmi/common/IndicationManager.py
index dbe25f3..dda6b8e 100644
--- a/src/python/openlmi/common/IndicationManager.py
+++ b/src/python/openlmi/common/IndicationManager.py
@@ -252,6 +252,7 @@ class IndicationManager(singletonmixin.Singleton):
"""
SEVERITY_INFO = pywbem.Uint16(2) # CIM_Indication.PerceivedSeverity
+ @cmpi_logging.trace_method
def __init__(self, env, nameprefix, namespace, ns_interop=None,
queue=None):
"""