diff --git a/services/actions/notifier_helper.go b/services/actions/notifier_helper.go index c2a6d402c8..012e95fde2 100644 --- a/services/actions/notifier_helper.go +++ b/services/actions/notifier_helper.go @@ -96,7 +96,7 @@ func (input *notifyInput) WithPullRequest(pr *issues_model.PullRequest) *notifyI func (input *notifyInput) Notify(ctx context.Context) { if err := notify(ctx, input); err != nil { - log.Error("%s: %v", getMethod(ctx), err) + log.Error("an error occurred while executing the %s actions method: %v", getMethod(ctx), err) } }