Beyyes commented on a change in pull request #31: Fix sonar
URL: https://github.com/apache/incubator-iotdb/pull/31#discussion_r251017828
 
 

 ##########
 File path: iotdb/src/main/java/org/apache/iotdb/db/utils/LoadDataUtils.java
 ##########
 @@ -133,7 +133,7 @@ private void loadOneRecordLine(String line) {
     try {
       nsPath = mmanager.getFileNameByPath(record.deviceId);
     } catch (PathErrorException e) {
-      LOG.error("given seriesPath not found.{}", e.getMessage());
+      logger.error("given seriesPath not found, given deviceId:{} ", 
record.deviceId, e);
 
 Review comment:
   only one `{}` ??
   same as below.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to