mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-09-17 19:09:39 +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)
|
repos, err := model.GetRepoList(db, user)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
log.Errorf(err)
|
log.Error(err)
|
||||||
}
|
}
|
||||||
|
|
||||||
c.HTML(200, "repos.html", gin.H{
|
c.HTML(200, "repos.html", gin.H{
|
||||||
|
Reference in New Issue
Block a user