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 <[email protected]>
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
['"[email protected]" <[email protected]>'].