diff --git a/action_plugins/serverdensity.py b/action_plugins/serverdensity.py index ddfee1412ada4aec6da9c28902b97573022a1a4d..fc0848c358a86530a978112eeb3659e70b55f672 100644 --- a/action_plugins/serverdensity.py +++ b/action_plugins/serverdensity.py @@ -215,6 +215,10 @@ class ActionModule(object): msg += ' // ' + error['message'] if error.get('description'): msg += ' // ' + error['description'] + if error.get('subject'): + msg += ' // ' + error['subject'] + if error.get('type'): + msg += ' // ' + error['type'] raise ae('%s' % msg) return content