Browse Source

docs: remove extra g in logging

pull/361/head
Rossen Georgiev 4 years ago
parent
commit
061ca33842
  1. 4
      docs/user_guide.rst

4
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) client.on(EMsg.ClientAddFriendResponse, handle_add_response)
Loggging Logging
-------- -------
It is often useful to see the message that are coming in and going on. 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. Here is how to enable debug logging to the console.

Loading…
Cancel
Save