From d84aedd0b4fa768b36a17fe39ef3d1c64a41eb45 Mon Sep 17 00:00:00 2001 From: Jan Safranek Date: Fri, 12 Apr 2013 10:50:00 +0200 Subject: 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. --- src/python/openlmi/common/IndicationManager.py | 1 - 1 file changed, 1 deletion(-) 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 -- cgit