add logs for debug convenience

Signed-off-by: haojinming <jinming.hao@pingcap.com>
This commit is contained in:
haojinming 2023-01-19 14:10:25 +08:00
parent fbd0c531ff
commit 28e0fae819
1 changed files with 2 additions and 1 deletions

View File

@ -51,8 +51,9 @@ pub async fn init() -> Result<()> {
}
clear_tikv().await;
let region_cnt = ctl::get_region_count().await?;
// print log for debug convenience
println!("init finish");
println!("init finish with {} regions", region_cnt);
Ok(())
}