1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-23 18:58:38 +00:00

Update modules/indexer/issues/indexer.go

Co-Authored-By: guillep2k <18600385+guillep2k@users.noreply.github.com>
This commit is contained in:
zeripath
2019-12-31 11:39:58 +00:00
committed by GitHub
parent 4d8b8ed02e
commit a763ccada1

View File

@@ -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
}