From ae690b33b188d95e78fb45a815407f57a04fb3ce Mon Sep 17 00:00:00 2001 From: Michal Minar Date: Fri, 26 Jul 2013 14:19:42 +0200 Subject: software: add tracing decorator --- src/software/lmi/software/core/InstallationServiceCapabilities.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/software/lmi/software/core/InstallationServiceCapabilities.py b/src/software/lmi/software/core/InstallationServiceCapabilities.py index 0f6cb58..36b0324 100644 --- a/src/software/lmi/software/core/InstallationServiceCapabilities.py +++ b/src/software/lmi/software/core/InstallationServiceCapabilities.py @@ -187,6 +187,7 @@ def check_path_property(env, op, prop_name): "Missing %s key property!" % prop_name) return check_path(env, op[prop_name], prop_name) +@cmpi_logging.trace_function def get_instance(model=None): """ Makes instance of LMI_SoftwareInstallationServiceCapabilities or -- cgit