diff --git a/homeserver_receive_process/src/main.rs b/homeserver_receive_process/src/main.rs index 3bff05e..763fd5e 100644 --- a/homeserver_receive_process/src/main.rs +++ b/homeserver_receive_process/src/main.rs @@ -75,7 +75,7 @@ fn into_response_by_cmd_output_with_status(output: &Result) -> HttpRespo HttpResponse::ExpectationFailed().body("inactive".to_string()) } } - Err(e) => HttpResponse::ExpectationFailed().body(format!("Failed to cmd! macro\n{}", e)), + Err(e) => HttpResponse::ExpectationFailed().body("inactive".to_string()), } }