mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2026-04-19 21:10:20 +00:00
use debug, not info
This commit is contained in:
parent
6491e33e50
commit
d05b7ac26c
1 changed files with 1 additions and 1 deletions
|
|
@ -157,7 +157,7 @@ func (l *locale) LookupPluralByForm(trKey string, pluralForm PluralFormIndex, is
|
|||
|
||||
// Severify depends on the lang. A missing string in default lang will affect
|
||||
// all translations, while community translations may just be incomplete
|
||||
logFunc := log.Info
|
||||
logFunc := log.Debug
|
||||
if isDefaultLang {
|
||||
logFunc = log.Error
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue