瀏覽代碼

[manager]fix TdEngine启动失败

tomsun28 4 年之前
父節點
當前提交
04b869e4a1
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      warehouse/src/main/java/com/usthe/warehouse/store/TdEngineDataStorage.java

+ 2 - 2
warehouse/src/main/java/com/usthe/warehouse/store/TdEngineDataStorage.java

@@ -55,8 +55,8 @@ public class TdEngineDataStorage implements DisposableBean {
         this.workerPool = workerPool;
         this.dataExporter = dataExporter;
         if (properties == null || properties.getStore() == null || properties.getStore().getTdEngine() == null) {
-            log.error("init error, please config Warehouse influxdb props in application.yml");
-            throw new IllegalArgumentException("please config Warehouse influxdb props");
+            log.error("init error, please config Warehouse TdEngine props in application.yml");
+            throw new IllegalArgumentException("please config Warehouse TdEngine props");
         }
         initTdEngineDatasource(properties.getStore().getTdEngine());
         startStorageData();