mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-02 04:22:04 -04:00
Usually prefer to have these as info so I can see whether the connection is still alive at a glance
This commit is contained in:
@@ -133,7 +133,7 @@ public class Howlgg
|
||||
var packetType = message.Text.Split('/')[0];
|
||||
if (packetType == "3")
|
||||
{
|
||||
_logger.Debug("Received pong from Howl.gg");
|
||||
_logger.Info("Received pong from Howl.gg");
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user