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

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


The following commit(s) were added to refs/heads/master by this push:
     new a8ef6d6  Minor fix for log typo
a8ef6d6 is described below

commit a8ef6d61149457088e55d9c260d7e5d5f5b1dd3a
Author: vongosling <[email protected]>
AuthorDate: Fri Apr 27 11:33:25 2018 +0800

    Minor fix for log typo
---
 .../java/org/apache/rocketmq/client/impl/factory/MQClientInstance.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/client/src/main/java/org/apache/rocketmq/client/impl/factory/MQClientInstance.java
 
b/client/src/main/java/org/apache/rocketmq/client/impl/factory/MQClientInstance.java
index 83b9ee7..42b7436 100644
--- 
a/client/src/main/java/org/apache/rocketmq/client/impl/factory/MQClientInstance.java
+++ 
b/client/src/main/java/org/apache/rocketmq/client/impl/factory/MQClientInstance.java
@@ -149,7 +149,7 @@ public class MQClientInstance {
 
         this.consumerStatsManager = new 
ConsumerStatsManager(this.scheduledExecutorService);
 
-        log.info("created a new client Instance, FactoryIndex: {} ClinetID: {} 
{} {}, serializeType={}",
+        log.info("Created a new client Instance, InstanceIndex:{}, 
ClientID:{}, ClientConfig:{}, ClientVersion:{}, SerializerType:{}",
             this.instanceIndex,
             this.clientId,
             this.clientConfig,

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to