diff --git a/src/detections/application.rs b/src/detections/application.rs index a73b9300..3de9e333 100644 --- a/src/detections/application.rs +++ b/src/detections/application.rs @@ -41,9 +41,9 @@ impl Application { let username = message_split[4]; println!("Message EMET Block"); - println!("Command {}", command); - println!("Results {}", text); - println!("Results {}", username); + println!("Command : {}", command); + println!("Results : {}", text); + println!("Results : {}", username); } } None => {