You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by al...@apache.org on 2021/02/23 15:44:57 UTC

[dubbo] branch master updated: Add the end of line character make it easier to view. (#6033)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 7500e05  Add the end of line character make it easier to view. (#6033)
7500e05 is described below

commit 7500e057a6815b92e288d7396981f1b22c2e377c
Author: Haru <cn...@aliyun.com>
AuthorDate: Tue Feb 23 23:44:40 2021 +0800

    Add the end of line character make it easier to view. (#6033)
---
 .../src/main/java/org/apache/dubbo/qos/legacy/ListTelnetHandler.java     | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dubbo-plugin/dubbo-qos/src/main/java/org/apache/dubbo/qos/legacy/ListTelnetHandler.java b/dubbo-plugin/dubbo-qos/src/main/java/org/apache/dubbo/qos/legacy/ListTelnetHandler.java
index 3da6cf4..02cd3b2 100644
--- a/dubbo-plugin/dubbo-qos/src/main/java/org/apache/dubbo/qos/legacy/ListTelnetHandler.java
+++ b/dubbo-plugin/dubbo-qos/src/main/java/org/apache/dubbo/qos/legacy/ListTelnetHandler.java
@@ -112,6 +112,7 @@ public class ListTelnetHandler implements TelnetHandler {
                 buf.append(" addresses: ");
                 buf.append(ServiceCheckUtils.getConsumerAddressNum(consumer));
             }
+            buf.append("\r\n");
         }
     }