Skip to content

Commit

Permalink
feat: apply code review's feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
SkuldNorniern committed Mar 13, 2024
1 parent f8892c6 commit 6f2c54e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/net/offline_fluereflows.rs
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,6 @@ pub async fn fluereflow_fileparse(arg: Args) {
let result = tasks.await;
info!("Export {} result: {:?}", file_path, result);

println!("Active flow {:?}", ac_flow_cnt);
println!("Ended flow {:?}", ended_flow_cnt);
info!("Active flow {:?}", ac_flow_cnt);
info!("Ended flow {:?}", ended_flow_cnt);
}

0 comments on commit 6f2c54e

Please sign in to comment.