summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/gnutls.texi10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/gnutls.texi b/doc/gnutls.texi
index 48a107d07d..5aec7ffd48 100644
--- a/doc/gnutls.texi
+++ b/doc/gnutls.texi
@@ -2057,6 +2057,7 @@ the following subsections.
@menu
* Headers::
* Version check::
+* Debugging
* Building the source::
@end menu
@@ -2082,6 +2083,15 @@ with the dynamic linker an old version is actually used. So you may
want to check that the version is okay right after program startup.
See the function @ref{gnutls_check_version}.
+@node Debugging
+@subsection Debugging
+
+In many cases things may not go as expected and further information,
+to assist debugging, from @acronym{GnuTLS} is desired. Those are the
+case where the @ref{gnutls_global_set_log_level} and
+@ref{gnutls_global_set_log_function} are to be used. Those will print
+verbose information on the @acronym{GnuTLS} functions internal flow.
+
@node Building the source
@subsection Building the Source