Change unhandled event to debug as it's spammy

This commit is contained in:
barelyprofessional
2025-03-22 20:23:25 +08:00
parent 94f8c8de08
commit e01c13428a
+1 -1
View File
@@ -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)
{ {