diff options
author | Henrik Nord <[email protected]> | 2013-11-29 12:07:07 +0100 |
---|---|---|
committer | Henrik Nord <[email protected]> | 2013-11-29 12:07:12 +0100 |
commit | 365daf1229e6aeaaab76aa1ddd9cfca27004d89a (patch) | |
tree | 545adb038c1938fd0eb5ec802229d4c92efd8aef /lib/sasl/doc/src/error_logging.xml | |
parent | 40d21f3f803a336b3d3edf338ec71a67ea1f09b1 (diff) | |
parent | 6d399fa6b09fc620d377b26a48f639cbeaea9d6e (diff) | |
download | otp-365daf1229e6aeaaab76aa1ddd9cfca27004d89a.tar.gz otp-365daf1229e6aeaaab76aa1ddd9cfca27004d89a.tar.bz2 otp-365daf1229e6aeaaab76aa1ddd9cfca27004d89a.zip |
Merge branch 'richcarl/fix-sasl-handler-docs' into maint
* richcarl/fix-sasl-handler-docs:
Fix confusing documentation about error handlers in SASL
OTP-11507
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 |