From c903bc9003d0da5ace906e44d046b23f5a3fa81f Mon Sep 17 00:00:00 2001 From: Kwoth Date: Thu, 3 Mar 2022 01:33:05 +0100 Subject: [PATCH] Added one more log line to pinpoint the login hang --- src/NadekoBot/Bot.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/NadekoBot/Bot.cs b/src/NadekoBot/Bot.cs index ce0ee074e..195b274b4 100644 --- a/src/NadekoBot/Bot.cs +++ b/src/NadekoBot/Bot.cs @@ -239,6 +239,7 @@ public sealed class Bot await Client.LoginAsync(TokenType.Bot, token); Log.Information("Starting..."); await Client.StartAsync(); + Log.Information("Started"); } catch (HttpException ex) {