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

xiangweiwei pushed a commit to branch rewriteTool
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit fe74f3e0ce8fbc66203a57c7409996f9b9cfedd5
Author: Alima777 <[email protected]>
AuthorDate: Fri May 27 10:07:07 2022 +0800

    modify comments
---
 rewriteBadFile/src/main/java/org/apache/iotdb/RewriteBadFileTool.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/rewriteBadFile/src/main/java/org/apache/iotdb/RewriteBadFileTool.java 
b/rewriteBadFile/src/main/java/org/apache/iotdb/RewriteBadFileTool.java
index e1a94107be..13d157e967 100644
--- a/rewriteBadFile/src/main/java/org/apache/iotdb/RewriteBadFileTool.java
+++ b/rewriteBadFile/src/main/java/org/apache/iotdb/RewriteBadFileTool.java
@@ -139,7 +139,7 @@ public class RewriteBadFileTool {
     }
     bufferedReader.close();
     session.close();
-    printBoth("Finish moving all bad files to backup dir.");
+    printBoth("Finish rewriting all bad files.");
   }
 
   public static void rewriteWrongTsFile(String filename, Session session)

Reply via email to