diff --git a/KfChatDotNetBot/Services/Clashgg.cs b/KfChatDotNetBot/Services/Clashgg.cs index 44cdfd4..2ff5c14 100644 --- a/KfChatDotNetBot/Services/Clashgg.cs +++ b/KfChatDotNetBot/Services/Clashgg.cs @@ -209,7 +209,7 @@ public class Clashgg : IDisposable return; } - _logger.Info($"Message of type '{packet[0].GetString()}' from Clash.gg not handled"); + _logger.Debug($"Message of type '{packet[0].GetString()}' from Clash.gg not handled"); } catch (Exception e) {