Skip to content

Commit 06cd6bf

Browse files
author
yanxi0227
committed
add log
1 parent 70e956e commit 06cd6bf

File tree

1 file changed

+2
-2
lines changed
  • core/src/main/java/com/dtstack/flink/sql

1 file changed

+2
-2
lines changed

core/src/main/java/com/dtstack/flink/sql/Main.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,8 +206,8 @@ public static void main(String[] args) throws Exception {
206206
}else{
207207
tableEnv.sqlUpdate(result.getExecSql());
208208
if(LOG.isInfoEnabled()){
209-
210-
}LOG.info("exec sql: " + result.getExecSql());
209+
LOG.info("exec sql: " + result.getExecSql());
210+
}
211211
}
212212
}
213213
}

0 commit comments

Comments
 (0)