From 76b4a750a78d421492d8f32a578c0dc368cc49c9 Mon Sep 17 00:00:00 2001 From: barelyprofessional <150058423+barelyprofessional@users.noreply.github.com> Date: Thu, 18 Jul 2024 01:43:35 +1000 Subject: [PATCH] Usually prefer to have these as info so I can see whether the connection is still alive at a glance --- KfChatDotNetKickBot/Services/Howlgg.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/KfChatDotNetKickBot/Services/Howlgg.cs b/KfChatDotNetKickBot/Services/Howlgg.cs index 4430240..105b0bc 100644 --- a/KfChatDotNetKickBot/Services/Howlgg.cs +++ b/KfChatDotNetKickBot/Services/Howlgg.cs @@ -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; }