aboutsummaryrefslogtreecommitdiffstats
path: root/lib/kernel/doc/src
diff options
context:
space:
mode:
authorSiri Hansen <[email protected]>2018-09-06 13:51:49 +0200
committerSiri Hansen <[email protected]>2018-09-12 14:58:02 +0200
commita9a72da93e9b93a1d7ee9936b8e223545277480e (patch)
tree9fe33e3c652a9386d18a23355cb533668fdd876b /lib/kernel/doc/src
parent1832ab7dfb86559af2dfc0518669dcdce4f704ee (diff)
downloadotp-a9a72da93e9b93a1d7ee9936b8e223545277480e.tar.gz
otp-a9a72da93e9b93a1d7ee9936b8e223545277480e.tar.bz2
otp-a9a72da93e9b93a1d7ee9936b8e223545277480e.zip
[logger] Refactor, and add error detection for configuration
Diffstat (limited to 'lib/kernel/doc/src')
-rw-r--r--lib/kernel/doc/src/logger.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kernel/doc/src/logger.xml b/lib/kernel/doc/src/logger.xml
index a4d6efa2d8..464c65ba76 100644
--- a/lib/kernel/doc/src/logger.xml
+++ b/lib/kernel/doc/src/logger.xml
@@ -527,7 +527,7 @@ start(_, []) ->
Error -> Error
end.</code>
<p>This reads the <c>logger</c> configuration parameter from
- the <c>my_all</c> application and starts the configured
+ the <c>my_app</c> application and starts the configured
handlers. The contents of the configuration use the same
rules as the
<seealso marker="logger_chapter#handler-configuration">logger handler configuration</seealso>.