Remove spam about updating realms
Added log telling us BNetServer started successfully Change log from trace to info about connections accepted
This commit is contained in:
@@ -83,6 +83,8 @@ namespace BNetServer
|
||||
ExitNow();
|
||||
}
|
||||
|
||||
Log.outInfo(LogFilter.Server, $"Bnetserver started successfully, listening on {bindIp}:{bnPort}");
|
||||
|
||||
uint _banExpiryCheckInterval = ConfigMgr.GetDefaultValue("BanExpiryCheckInterval", 60u);
|
||||
_banExpiryCheckTimer = new Timer(_banExpiryCheckInterval);
|
||||
_banExpiryCheckTimer.Elapsed += _banExpiryCheckTimer_Elapsed;
|
||||
|
||||
Reference in New Issue
Block a user