mirror of
				https://github.com/go-gitea/gitea
				synced 2025-11-04 05:18:25 +00:00 
			
		
		
		
	chore: fix log
This commit is contained in:
		@@ -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)
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user