forked from forgejo/forgejo
s/Gitea/Forgejo in various log messages and comments
(cherry picked from commit 469c214ec8
)
This commit is contained in:
parent
4433cd9793
commit
c7ba51518c
19 changed files with 32 additions and 32 deletions
|
@ -62,7 +62,7 @@ func (i *Indexer) checkOldIndexes(ctx context.Context) {
|
|||
indexName := versionedIndexName(i.indexName, v)
|
||||
exists, err := i.Client.IndexExists(indexName).Do(ctx)
|
||||
if err == nil && exists {
|
||||
log.Warn("Found older elasticsearch index named %q, Gitea will keep the old NOT DELETED. You can delete the old version after the upgrade succeed.", indexName)
|
||||
log.Warn("Found older elasticsearch index named %q, Forgejo will keep the old NOT DELETED. You can delete the old version after the upgrade succeed.", indexName)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue