diff options
author | Richard Carlsson <[email protected]> | 2013-10-16 23:59:37 +0200 |
---|---|---|
committer | Henrik Nord <[email protected]> | 2013-11-12 14:36:40 +0100 |
commit | 6d399fa6b09fc620d377b26a48f639cbeaea9d6e (patch) | |
tree | 4e5e6b8abc48d3d4aaab8c88ae2d2276deec57f8 /lib/sasl/doc/src/error_logging.xml | |
parent | a5128108ad3efff77c5080f0769737e70a0bfd82 (diff) | |
download | otp-6d399fa6b09fc620d377b26a48f639cbeaea9d6e.tar.gz otp-6d399fa6b09fc620d377b26a48f639cbeaea9d6e.tar.bz2 otp-6d399fa6b09fc620d377b26a48f639cbeaea9d6e.zip |
Fix confusing documentation about error handlers in SASL
The SASL documentation confusingly talks about a handler 'error_logger_mf_h'
which doesn't actually exist. The handler is named 'log_mf_h', and it and
all other error handlers used by SASL are part of stdlib, not SASL itself.
This patch makes the documentation clearer.
Diffstat (limited to 'lib/sasl/doc/src/error_logging.xml')
-rw-r--r-- | lib/sasl/doc/src/error_logging.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/sasl/doc/src/error_logging.xml b/lib/sasl/doc/src/error_logging.xml index 5707bc4d69..f624fed1c7 100644 --- a/lib/sasl/doc/src/error_logging.xml +++ b/lib/sasl/doc/src/error_logging.xml @@ -173,8 +173,9 @@ <section> <title>Report Browser</title> <p>The report browser is used to browse and format error reports - written by the error logger handler <c>error_logger_mf_h</c>.</p> - <p>The <c>error_logger_mf_h</c> handler writes all reports to a + written by the error logger handler <c>log_mf_h</c> defined in + <c>stdlib</c>.</p> + <p>The <c>log_mf_h</c> handler writes all reports to a report logging directory. This directory is specified when configuring the SASL application.</p> <p>If the report browser is |