mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-24 22:26:22 +00:00
fix(core): Improve output for 2 small errors (#2549)
This commit is contained in:
@@ -56,7 +56,7 @@ void RARunnable::run()
|
||||
|
||||
if (acceptor.open(listenAddress, m_Reactor) == -1)
|
||||
{
|
||||
sLog->outError("Trinity RA can not bind to port %d on %s", raPort, stringIp.c_str());
|
||||
sLog->outError("Trinity RA can not bind to port %d on %s (possible error: port already in use)", raPort, stringIp.c_str());
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user