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 f7e73e6..535012e 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -46,7 +46,7 @@ async fn handle_shutdown() -> HttpResponse {
}
async fn handle_update_boot(data: web::Bytes) -> HttpResponse {
- println!("[admind] update boot");
+ println!("[admind] update boot ({} bytes)", data.len());
let boot = match boot_dev() {
Ok(v) => v,