You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ma...@apache.org on 2018/04/08 19:17:34 UTC

[2/2] logging-log4j2 git commit: Fix typo

Fix typo


Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/04daf2a7
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/04daf2a7
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/04daf2a7

Branch: refs/heads/master
Commit: 04daf2a7de0084e95eac1568dd9d6c2ebde688ac
Parents: d39e475
Author: Matt Sicker <bo...@gmail.com>
Authored: Sun Apr 8 14:17:28 2018 -0500
Committer: Matt Sicker <bo...@gmail.com>
Committed: Sun Apr 8 14:17:28 2018 -0500

----------------------------------------------------------------------
 src/site/asciidoc/manual/index.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/04daf2a7/src/site/asciidoc/manual/index.adoc
----------------------------------------------------------------------
diff --git a/src/site/asciidoc/manual/index.adoc b/src/site/asciidoc/manual/index.adoc
index 746607f..a2313b2 100644
--- a/src/site/asciidoc/manual/index.adoc
+++ b/src/site/asciidoc/manual/index.adoc
@@ -59,7 +59,7 @@ judiciously-placed displays. It takes less time to decide where to put
 print statements than to single-step to the critical section of code,
 even assuming we know where that is. More important, debugging
 statements stay with the program; debugging sessions are transient.
-____d
+____
 
 Logging does have its drawbacks. It can slow down an application. If too
 verbose, it can cause scrolling blindness. To alleviate these concerns,