You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by gn...@apache.org on 2017/12/01 07:49:51 UTC

[karaf] branch master updated: [KARAF-5475] Remove additional space

This is an automated email from the ASF dual-hosted git repository.

gnodet pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/karaf.git


The following commit(s) were added to refs/heads/master by this push:
     new b137b36  [KARAF-5475] Remove additional space
b137b36 is described below

commit b137b362873af6272a269532fecaf6774fb04e2e
Author: Guillaume Nodet <gn...@gmail.com>
AuthorDate: Thu Nov 30 15:58:32 2017 +0100

    [KARAF-5475] Remove additional space
---
 audit/src/main/java/org/apache/karaf/audit/layout/SimpleLayout.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/audit/src/main/java/org/apache/karaf/audit/layout/SimpleLayout.java b/audit/src/main/java/org/apache/karaf/audit/layout/SimpleLayout.java
index deb95d4..31a1ceb 100644
--- a/audit/src/main/java/org/apache/karaf/audit/layout/SimpleLayout.java
+++ b/audit/src/main/java/org/apache/karaf/audit/layout/SimpleLayout.java
@@ -30,7 +30,7 @@ public class SimpleLayout extends AbstractLayout {
 
     public SimpleLayout() {
         super(new Buffer(Buffer.Format.Json));
-        hdr = " " + hostName + " " + appName + " " + procId + " ";
+        hdr = " " + hostName + " " + appName + " " + procId;
     }
 
     @Override

-- 
To stop receiving notification emails like this one, please contact
['"commits@karaf.apache.org" <co...@karaf.apache.org>'].