You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@eventmesh.apache.org by mi...@apache.org on 2022/10/31 08:27:49 UTC

[incubator-eventmesh] branch master updated: Update PulsarConsumerImpl.java

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

mikexue pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-eventmesh.git


The following commit(s) were added to refs/heads/master by this push:
     new 59837ffb Update PulsarConsumerImpl.java
     new ddb22c29 Merge pull request #2043 from winnie123101/winnie123101-patch-1-logprint
59837ffb is described below

commit 59837ffb7950d25eb21a9d1d7ba45689fec7031c
Author: winnie123101 <11...@users.noreply.github.com>
AuthorDate: Mon Oct 31 15:56:01 2022 +0800

    Update PulsarConsumerImpl.java
    
    log print bug fix
---
 .../apache/eventmesh/connector/pulsar/consumer/PulsarConsumerImpl.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eventmesh-connector-plugin/eventmesh-connector-pulsar/src/main/java/org/apache/eventmesh/connector/pulsar/consumer/PulsarConsumerImpl.java b/eventmesh-connector-plugin/eventmesh-connector-pulsar/src/main/java/org/apache/eventmesh/connector/pulsar/consumer/PulsarConsumerImpl.java
index 0584f100..f2a621ab 100644
--- a/eventmesh-connector-plugin/eventmesh-connector-pulsar/src/main/java/org/apache/eventmesh/connector/pulsar/consumer/PulsarConsumerImpl.java
+++ b/eventmesh-connector-plugin/eventmesh-connector-pulsar/src/main/java/org/apache/eventmesh/connector/pulsar/consumer/PulsarConsumerImpl.java
@@ -75,7 +75,7 @@ public class PulsarConsumerImpl implements Consumer {
             this.pulsarClient = clientBuilder.build();
         } catch (Exception ex) {
             throw new ConnectorRuntimeException(
-              String.format("Failed to connect pulsar with exception: {}", ex.getMessage()));
+              String.format("Failed to connect pulsar with exception: %", ex.getMessage()));
         }
     }
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: commits-help@eventmesh.apache.org