mirror of
https://github.com/mangosfour/server.git
synced 2025-12-16 22:37:02 +00:00
[6881] Fix typo in log string.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
3f90b66125
commit
4df03b8561
2 changed files with 2 additions and 2 deletions
|
|
@ -242,7 +242,7 @@ WorldSocketMgr::StartReactiveIO (ACE_UINT16 port, const char* address)
|
|||
|
||||
m_NetThreads = new ReactorRunnable[m_NetThreadsCount];
|
||||
|
||||
sLog.outBasic ("Max alowed socket connections %d",ACE::max_handles ());
|
||||
sLog.outBasic ("Max allowed socket connections %d",ACE::max_handles ());
|
||||
|
||||
// -1 means use default
|
||||
m_SockOutKBuff = sConfig.GetIntDefault ("Network.OutKBuff", -1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue