summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2007-10-25 21:52:08 +0200
committerSimon Josefsson <simon@josefsson.org>2007-10-25 21:52:08 +0200
commit8fe3285d1447b47b20ffec529a9c8a8c9b4562ca (patch)
treebc62afa4267add5c4f1a23c1a0afac063bb43c0c
parentd3ebcb4c39cd2e7650694e08faad5a7ca57c662e (diff)
parent78c71c096c0d4dd11f83fc22975d11660566a0c5 (diff)
downloadgnutls-8fe3285d1447b47b20ffec529a9c8a8c9b4562ca.tar.gz
Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/gnutls
-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