diff options
author | Siri Hansen <[email protected]> | 2018-05-21 16:52:23 +0200 |
---|---|---|
committer | Siri Hansen <[email protected]> | 2018-05-23 11:11:56 +0200 |
commit | ca1bf7a9d915a973203aa046bb9f921c11681ee0 (patch) | |
tree | cbe623f606325472db857f3a1d6c8552009eeff9 /lib/sasl/doc | |
parent | d35c100a10239edc669b465a2176000ffcc1300f (diff) | |
download | otp-ca1bf7a9d915a973203aa046bb9f921c11681ee0.tar.gz otp-ca1bf7a9d915a973203aa046bb9f921c11681ee0.tar.bz2 otp-ca1bf7a9d915a973203aa046bb9f921c11681ee0.zip |
Change handler id for sasl handler from sasl_h to sasl
Diffstat (limited to 'lib/sasl/doc')
-rw-r--r-- | lib/sasl/doc/src/sasl_app.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/sasl/doc/src/sasl_app.xml b/lib/sasl/doc/src/sasl_app.xml index eb1e87d9a3..0a9e6483f0 100644 --- a/lib/sasl/doc/src/sasl_app.xml +++ b/lib/sasl/doc/src/sasl_app.xml @@ -133,10 +133,10 @@ obtained by setting the Kernel application environment variable <seealso marker="kernel:kernel_app#logger_sasl_compatible"><c>logger_sasl_compatible=true</c></seealso>. This will add a second instance of the standard logger handler - named <c>sasl_h</c>, which will only print the SASL reports. No + named <c>sasl</c>, which will only print the SASL reports. No SASL reports will then be printed by the Kernel logger handler.</p> - <p>The <c>sasl_h</c> handler will be configured according to the + <p>The <c>sasl</c> handler will be configured according to the values of the following SASL application environment variables.</p> <taglist> |