From 9a906d4c23948294b899d968c2db1b11b8e71f98 Mon Sep 17 00:00:00 2001 From: Kazuminn Date: Sat, 26 Sep 2020 22:26:30 +0900 Subject: [PATCH] refactor --- src/detections/application.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 => {