summaryrefslogtreecommitdiffstats
path: root/src/python/openlmi/common/IndicationManager.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/python/openlmi/common/IndicationManager.py')
-rw-r--r--src/python/openlmi/common/IndicationManager.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python/openlmi/common/IndicationManager.py b/src/python/openlmi/common/IndicationManager.py
index dbe25f3..b517373 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):
"""
@@ -668,7 +669,6 @@ class IndicationManager(singletonmixin.Singleton):
return ( class_name in self._filters
and fltr_id in self._filters[class_name])
- @cmpi_logging.trace_method
def _send_indications_loop(self, broker):
"""
This method runs in its own thread. It just sends all enqueued