You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2020/11/06 14:44:42 UTC

[GitHub] [iotdb] HTHou commented on a change in pull request #1973: [IOTDB-985] Unclear message when password is wrong

HTHou commented on a change in pull request #1973:
URL: https://github.com/apache/iotdb/pull/1973#discussion_r518795851



##########
File path: cli/src/main/java/org/apache/iotdb/cli/Cli.java
##########
@@ -159,9 +159,7 @@ private static void receiveCommands(ConsoleReader reader) throws TException, IOE
       }
     } catch (SQLException e) {
       println(String
-          .format("%s> %s Host is %s, port is %s.", IOTDB_CLI_PREFIX, e.getMessage(), host,
-              port));
+          .format("%s> %s. Host is %s, port is %s.", IOTDB_CLI_PREFIX, e.getMessage(), host, port));

Review comment:
       ```suggestion
             .format("%s> %s Host is %s, port is %s.", IOTDB_CLI_PREFIX, e.getMessage(), host, port));
   ```




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org