summaryrefslogtreecommitdiffstats
path: root/src/software/openlmi/software/LMI_SoftwareInstallationServiceAffectsElement.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/software/openlmi/software/LMI_SoftwareInstallationServiceAffectsElement.py')
-rw-r--r--src/software/openlmi/software/LMI_SoftwareInstallationServiceAffectsElement.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/software/openlmi/software/LMI_SoftwareInstallationServiceAffectsElement.py b/src/software/openlmi/software/LMI_SoftwareInstallationServiceAffectsElement.py
index 4873c9e..8ca43bb 100644
--- a/src/software/openlmi/software/LMI_SoftwareInstallationServiceAffectsElement.py
+++ b/src/software/openlmi/software/LMI_SoftwareInstallationServiceAffectsElement.py
@@ -294,4 +294,6 @@ class LMI_SoftwareInstallationServiceAffectsElement(CIMProvider2):
except pywbem.CIMError as exc:
if exc.args[0] != pywbem.CIM_ERR_NOT_FOUND:
+ cmpi_logging.logger.exception(
+ 'failed to generate referents of "%s"', object_name)
raise