mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-01-09 15:28:22 -05:00
Update modules/indexer/issues/indexer.go
Co-Authored-By: guillep2k <18600385+guillep2k@users.noreply.github.com>
This commit is contained in:
parent
4d8b8ed02e
commit
a763ccada1
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ func InitIssueIndexer(syncReindex bool) {
|
|||
handler := func(data ...queue.Data) {
|
||||
indexer := holder.get()
|
||||
if indexer == nil {
|
||||
log.Error("Unable to get indexer!")
|
||||
log.Error("Issue indexer handler: unable to get indexer!")
|
||||
return
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue