mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-15 10:32:44 -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;
|
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)
|
catch (Exception e)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user