From 061ca33842c9ec5aa7c0866d20cbeed0759d5ea5 Mon Sep 17 00:00:00 2001 From: Rossen Georgiev Date: Sat, 21 Aug 2021 09:39:45 +0100 Subject: [PATCH] docs: remove extra g in logging --- docs/user_guide.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/user_guide.rst b/docs/user_guide.rst index ec98867..0389d38 100644 --- a/docs/user_guide.rst +++ b/docs/user_guide.rst @@ -218,8 +218,8 @@ Alternatively, a callback can be registered to handle the response event every t client.on(EMsg.ClientAddFriendResponse, handle_add_response) -Loggging --------- +Logging +------- It is often useful to see the message that are coming in and going on. Here is how to enable debug logging to the console.