mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-02 04:22:04 -04:00
Change unhandled event to debug as it's spammy
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user