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

rgoers pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/flume.git


The following commit(s) were added to refs/heads/trunk by this push:
     new e9dcdc310 Remove redundant placeholder in log format
     new 413fb919b Merge pull request #284 from liketic/bugfix-1
e9dcdc310 is described below

commit e9dcdc310e33f8bf86a4569c40c477192cfc298f
Author: liketic <[email protected]>
AuthorDate: Sun May 12 10:22:40 2019 +0800

    Remove redundant placeholder in log format
---
 .../main/java/org/apache/flume/sink/solr/morphline/MorphlineSink.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/flume-ng-sinks/flume-ng-morphline-solr-sink/src/main/java/org/apache/flume/sink/solr/morphline/MorphlineSink.java
 
b/flume-ng-sinks/flume-ng-morphline-solr-sink/src/main/java/org/apache/flume/sink/solr/morphline/MorphlineSink.java
index 6cacda090..9f1d62c59 100644
--- 
a/flume-ng-sinks/flume-ng-morphline-solr-sink/src/main/java/org/apache/flume/sink/solr/morphline/MorphlineSink.java
+++ 
b/flume-ng-sinks/flume-ng-morphline-solr-sink/src/main/java/org/apache/flume/sink/solr/morphline/MorphlineSink.java
@@ -111,7 +111,7 @@ public class MorphlineSink extends AbstractSink implements 
Configurable, BatchSi
         handler.stop();
       }
       sinkCounter.stop();
-      LOGGER.info("Morphline Sink {} stopped. Metrics: {}, {}", getName(), 
sinkCounter);
+      LOGGER.info("Morphline Sink {} stopped. Metrics: {}", getName(), 
sinkCounter);
     } finally {
       super.stop();
     }

Reply via email to