diff --git a/plugins/openalias.py b/plugins/openalias.py index 3a80da62..bdaae463 100644 --- a/plugins/openalias.py +++ b/plugins/openalias.py @@ -196,8 +196,8 @@ class Plugin(BasePlugin): except DNSException: err = _('Unhandled exception.') continue - except: - err = _('Unknown error.') + except Exception,e: + err = _('Unexpected error: ' + str(e)) continue break if err: