Merge pull request #169 from tgstation/TOOMUCH

Removes topic logging
This commit is contained in:
Jordan Brown
2017-09-14 17:44:53 -04:00
committed by GitHub
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,