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> {