You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rp...@apache.org on 2017/02/12 05:30:17 UTC

logging-log4j2 git commit: LOG4J2-1812 small grammar fix in error msg

Repository: logging-log4j2
Updated Branches:
  refs/heads/master 2467ef5af -> c826beb94


LOG4J2-1812 small grammar fix in error msg


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

Branch: refs/heads/master
Commit: c826beb94de6912c3bbaa09726235d85aebd5bf5
Parents: 2467ef5
Author: rpopma <rp...@apache.org>
Authored: Sun Feb 12 14:30:06 2017 +0900
Committer: rpopma <rp...@apache.org>
Committed: Sun Feb 12 14:30:06 2017 +0900

----------------------------------------------------------------------
 .../org/apache/logging/log4j/core/config/ConfigurationFactory.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/c826beb9/log4j-core/src/main/java/org/apache/logging/log4j/core/config/ConfigurationFactory.java
----------------------------------------------------------------------
diff --git a/log4j-core/src/main/java/org/apache/logging/log4j/core/config/ConfigurationFactory.java b/log4j-core/src/main/java/org/apache/logging/log4j/core/config/ConfigurationFactory.java
index 46c72d8..02bb881 100644
--- a/log4j-core/src/main/java/org/apache/logging/log4j/core/config/ConfigurationFactory.java
+++ b/log4j-core/src/main/java/org/apache/logging/log4j/core/config/ConfigurationFactory.java
@@ -466,7 +466,7 @@ public abstract class ConfigurationFactory extends ConfigurationBuilderFactory {
             LOGGER.error("No log4j2 configuration file found. " +
                     "Using default configuration: logging only errors to the console. " +
                     "Set system property 'org.apache.logging.log4j.simplelog.StatusLogger.level'" +
-                    " to TRACE to show Log4j2 initialization internal logging.");
+                    " to TRACE to show Log4j2 internal initialization logging.");
             return new DefaultConfiguration();
         }