Removes topic logging

This commit is contained in:
Cyberboss
2017-09-14 17:40:29 -04:00
parent 7efc81e75c
commit 9ba680f7e6
2 changed files with 3 additions and 5 deletions
+1 -3
View File
@@ -143,13 +143,11 @@ namespace TGServerService
{
topicSender.Shutdown(SocketShutdown.Both);
}
TGServerService.WriteInfo("Topic: \"" + topicdata + "\" Returned: " + returnedString, TGServerService.EventID.TopicSent);
return returnedString;
}
catch
{
TGServerService.WriteWarning("Failed to send topic: " + topicdata, TGServerService.EventID.TopicFailed);
return "Topic delivery failed!";
}
}
+2 -2
View File
@@ -42,8 +42,8 @@ namespace TGServerService
ChatBroadcast = 2700,
//ChatAdminBroadcast = 2800,
ChatDisconnectFail = 2900,
TopicSent = 3000,
TopicFailed = 3100,
//TopicSent = 3000,
//TopicFailed = 3100,
CommsKeySet = 3200,
NudgeStartFail = 3300,
NudgeCrash = 3400,