summaryrefslogtreecommitdiffstats
path: root/src/software
diff options
context:
space:
mode:
authorMichal Minar <miminar@redhat.com>2013-07-03 12:22:55 +0200
committerMichal Minar <miminar@redhat.com>2013-07-04 10:33:48 +0200
commit4c0ec0ef72a6aef0413b9e8eca9380bd31bf4444 (patch)
tree658423e1c81c19d678ee87ee43325314360f63cd /src/software
parent883835a79ce120d76973904cc81465fbb40dba3a (diff)
downloadopenlmi-providers-4c0ec0ef72a6aef0413b9e8eca9380bd31bf4444.tar.gz
openlmi-providers-4c0ec0ef72a6aef0413b9e8eca9380bd31bf4444.tar.xz
openlmi-providers-4c0ec0ef72a6aef0413b9e8eca9380bd31bf4444.zip
added exception logging to reference enumeration
Diffstat (limited to 'src/software')
-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