diff --git a/clair-error/notifications.go b/clair-error/notifications.go index ac8c7974c2..7298a4723c 100644 --- a/clair-error/notifications.go +++ b/clair-error/notifications.go @@ -117,7 +117,7 @@ type ErrDeliveryFailed struct { } func (e ErrDeliveryFailed) Error() string { - return "failed to deliver notification" + return "failed to deliver notification: " + e.E.Error() } func (e ErrDeliveryFailed) Unwrap() error {