diff --git a/src/detections/print.rs b/src/detections/print.rs index 3b20520b..6c9ef6b8 100644 --- a/src/detections/print.rs +++ b/src/detections/print.rs @@ -228,13 +228,11 @@ impl AlertMessage { for error_log in ERROR_LOG_STACK.lock().unwrap().iter() { writeln!(error_log_writer, "{}", error_log).ok(); } - println!(""); println!( "Errors were generated. Please check {} for details.", ERROR_LOG_PATH.to_string() ); println!(""); - println!(""); } /// ERRORメッセージを表示する関数