[6881] Fix typo in log string.

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
GalaxyMan 2008-12-06 21:40:36 +03:00 committed by VladimirMangos
parent 3f90b66125
commit 4df03b8561
2 changed files with 2 additions and 2 deletions

View file

@ -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);

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "6880"
#define REVISION_NR "6881"
#endif // __REVISION_NR_H__