From eb8ce5ef425908fee47b246e5b965746a4901060 Mon Sep 17 00:00:00 2001 From: Jan Safranek Date: Fri, 12 Apr 2013 10:48:53 +0200 Subject: Added a log decorator to IndicationManager.__init__ --- src/python/openlmi/common/IndicationManager.py | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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): """ -- cgit