You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@iotdb.apache.org by GitBox <gi...@apache.org> on 2019/01/25 14:43:47 UTC

[GitHub] mdf369 commented on a change in pull request #33: Fix sonar problems

mdf369 commented on a change in pull request #33: Fix sonar problems
URL: https://github.com/apache/incubator-iotdb/pull/33#discussion_r251004522
 
 

 ##########
 File path: iotdb/src/main/java/org/apache/iotdb/db/auth/authorizer/BasicAuthorizer.java
 ##########
 @@ -238,6 +240,7 @@ public void start() throws StartupException {
     try {
       init();
     } catch (AuthException e) {
+      logger.error(e.getMessage());
 
 Review comment:
   I suggest to add some simple info about this error, instead of just e.getMessage()

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services