From 04bae8dc0cd3dd16233f252bed6e5cfc8ffafee7 Mon Sep 17 00:00:00 2001 From: pep Date: Wed, 17 Dec 2025 16:01:23 +0100 Subject: [PATCH] bot: Display debug end even if hook hasn't been processed Signed-off-by: pep --- src/bot.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bot.rs b/src/bot.rs index 26d6ed2..cff30bd 100644 --- a/src/bot.rs +++ b/src/bot.rs @@ -120,8 +120,8 @@ impl XmppClient { }) .await } - debug!("XMPP Bot Processed Hook"); } + debug!("XMPP Bot Processed Hook"); } pub async fn disconnect(self) -> Result<(), Error> {