Feature/change level option#250 (#259)

* fixed level option #250

* changed output
This commit is contained in:
DustInDark
2021-12-13 01:52:21 +09:00
committed by GitHub
parent f0722e38b7
commit 3fae98934b
5 changed files with 5 additions and 5 deletions

View File

@@ -165,7 +165,7 @@ impl Message {
detect_count += detect_infos.len();
}
println!("");
println!("Total Events Detected:{:?}", detect_count);
println!("Total events:{:?}", detect_count);
}
pub fn iter(&self) -> &BTreeMap<DateTime<Utc>, Vec<DetectInfo>> {