summaryrefslogtreecommitdiffstats
path: root/src/python
diff options
context:
space:
mode:
authorJan Safranek <jsafrane@redhat.com>2013-04-12 10:50:00 +0200
committerJan Safranek <jsafrane@redhat.com>2013-04-16 09:41:54 +0200
commitd84aedd0b4fa768b36a17fe39ef3d1c64a41eb45 (patch)
tree385f5dc502391e74e5886a2b7f0b71383428acb4 /src/python
parenteb8ce5ef425908fee47b246e5b965746a4901060 (diff)
Removed logging from indication sender thread.
When the method starts, the indication thread is not yet registered at CIMOM, that's done inside the method using AttachThread(). Therefore we should not log anything.
Diffstat (limited to 'src/python')
-rw-r--r--src/python/openlmi/common/IndicationManager.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/python/openlmi/common/IndicationManager.py b/src/python/openlmi/common/IndicationManager.py
index dda6b8e..b517373 100644
--- a/src/python/openlmi/common/IndicationManager.py
+++ b/src/python/openlmi/common/IndicationManager.py
@@ -669,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