mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-09-17 17:23:54 +00:00
fixed logging error
This commit is contained in:
@@ -25,7 +25,7 @@ func ShowIndex(c *gin.Context) {
|
||||
|
||||
repos, err := model.GetRepoList(db, user)
|
||||
if err != nil {
|
||||
log.Errorf(err)
|
||||
log.Error(err)
|
||||
}
|
||||
|
||||
c.HTML(200, "repos.html", gin.H{
|
||||
|
Reference in New Issue
Block a user