Skip to content

Commit

Permalink
add x
Browse files Browse the repository at this point in the history
  • Loading branch information
JackTan25 committed Jul 7, 2023
1 parent 1db16c8 commit 30384d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/query/service/src/api/rpc/exchange/statistics_sender.rs
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,8 @@ impl StatisticsSender {
"Cannot send data via flight exchange, cause: {:?}",
error_code
);
tracing::error!("send a error!")
tracing::error!("send a error!");
println!("send a error")
}

shutdown_flag_sender.close();
Expand Down
Empty file modified tests/suites/1_stateful/00_copy/00_0012_test_bug.sh
100644 → 100755
Empty file.

0 comments on commit 30384d7

Please sign in to comment.