You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@marmotta.apache.org by ss...@apache.org on 2013/02/25 10:57:37 UTC

git commit: changed a logging statement from "KiWi" to "Apache Marmotta"

Updated Branches:
  refs/heads/master e2d8d3451 -> cac9404ce


changed a logging statement from "KiWi" to "Apache Marmotta"


Project: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/commit/cac9404c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/tree/cac9404c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/diff/cac9404c

Branch: refs/heads/master
Commit: cac9404ce6e8998e1fd014dd8ee6fda758491418
Parents: e2d8d34
Author: Sebastian Schaffert <ss...@apache.org>
Authored: Mon Feb 25 10:57:26 2013 +0100
Committer: Sebastian Schaffert <ss...@apache.org>
Committed: Mon Feb 25 10:57:26 2013 +0100

----------------------------------------------------------------------
 .../core/services/logging/LoggingServiceImpl.java  |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/cac9404c/platform/marmotta-core/src/main/java/org/apache/marmotta/platform/core/services/logging/LoggingServiceImpl.java
----------------------------------------------------------------------
diff --git a/platform/marmotta-core/src/main/java/org/apache/marmotta/platform/core/services/logging/LoggingServiceImpl.java b/platform/marmotta-core/src/main/java/org/apache/marmotta/platform/core/services/logging/LoggingServiceImpl.java
index 0201fde..627c9db 100644
--- a/platform/marmotta-core/src/main/java/org/apache/marmotta/platform/core/services/logging/LoggingServiceImpl.java
+++ b/platform/marmotta-core/src/main/java/org/apache/marmotta/platform/core/services/logging/LoggingServiceImpl.java
@@ -49,7 +49,7 @@ public class LoggingServiceImpl implements LoggingService {
 
     @PostConstruct
     public void initialize() {
-        log.info("KiWi Logging Service starting up ...");
+        log.info("Apache Marmotta Logging Service starting up ...");
 
         for(String key : configurationService.listConfigurationKeys("logging.")) {
             String loggerName   = key.substring("logging.".length());