aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index e974f4a..6ca60d2 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -80,7 +80,7 @@ async fn handle_shutdown() -> HttpResponse {
} else {
HttpResponse::InternalServerError()
.content_type(ContentType::plaintext())
- .body("can't shut down: {}")
+ .body("can't shut down: no pid1")
}
}