Feature/change level option#250 (#259)
* fixed level option #250 * changed output
This commit is contained in:
@@ -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>> {
|
||||
|
||||
Reference in New Issue
Block a user