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
+1 -1
View File
@@ -46,7 +46,7 @@ namespace BNetServer.Networking
public override void Start()
{
string ip_address = GetRemoteIpAddress().ToString();
Log.outTrace(LogFilter.Session, "{0} Accepted connection", GetClientInfo());
Log.outInfo(LogFilter.Network, "{0} Accepted connection", GetClientInfo());
// Verify that this IP is not in the ip_banned table
DB.Login.Execute(DB.Login.GetPreparedStatement(LoginStatements.DEL_EXPIRED_IP_BANS));