mirror of
https://github.com/go-gitea/gitea.git
synced 2025-04-18 00:47:48 -04:00
chore: fix log
This commit is contained in:
parent
9bd3ea49f4
commit
ff75cbd81d
@ -96,7 +96,7 @@ func (input *notifyInput) WithPullRequest(pr *issues_model.PullRequest) *notifyI
|
|||||||
|
|
||||||
func (input *notifyInput) Notify(ctx context.Context) {
|
func (input *notifyInput) Notify(ctx context.Context) {
|
||||||
if err := notify(ctx, input); err != nil {
|
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)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user