update (core): Startup console capitalizations (#13195)
This commit is contained in:
parent
c10a229f05
commit
967f8ce6d6
26 changed files with 266 additions and 257 deletions
|
|
@ -403,7 +403,7 @@ bool ConfigMgr::LoadModulesConfigs(bool isReload /*= false*/, bool isNeedPrintIn
|
|||
if (isNeedPrintInfo)
|
||||
{
|
||||
LOG_INFO("server.loading", " ");
|
||||
LOG_INFO("server.loading", "Loading modules configuration...");
|
||||
LOG_INFO("server.loading", "Loading Modules Configuration...");
|
||||
}
|
||||
|
||||
// Start loading module configs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue