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:
hondacrx
2018-01-20 13:50:35 -05:00
parent d2ff8683ae
commit 461dff9b67
3 changed files with 5 additions and 5 deletions
+2
View File
@@ -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;