Backport #36117 by @schinkelg
Changed a small typo in an English error message and code comments. Very
small PR.
Co-authored-by: Ger Schinkel <schinkelg@users.noreply.github.com>
LogStartupProblem(1,log.ERROR,"Deprecation: config option `[%s].%s` presents, please use `[%s].%s` instead because this fallback will be/has been removed in %s",oldSection,oldKey,newSection,newKey,version)
LogStartupProblem(1,log.ERROR,"Deprecation: config option `[%s].%s` present, please use `[%s].%s` instead because this fallback will be/has been removed in %s",oldSection,oldKey,newSection,newKey,version)
}
}
}
}
// deprecatedSettingDB add a hint that the configuration has been moved to database but still kept in app.ini
// deprecatedSettingDB add a hint that the configuration has been moved to database but still kept in app.ini
LogStartupProblem(1,log.ERROR,"Deprecation: config option `[%s].%s` presents but it won't take effect because it has been moved to admin panel -> config setting",oldSection,oldKey)
LogStartupProblem(1,log.ERROR,"Deprecation: config option `[%s].%s` present but it won't take effect because it has been moved to admin panel -> config setting",oldSection,oldKey)