aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHimbeerserverDE <himbeerserverde@gmail.com>2022-12-16 17:21:46 +0100
committerHimbeerserverDE <himbeerserverde@gmail.com>2022-12-16 17:21:46 +0100
commit52d1a15d8bd3a863947357eb655fc8e7e01122b4 (patch)
treee4d1d35bff46f6a28250c30a2424afd4c2f56072
parentef6b2509bd5f0c141b68799e52965db38eab2148 (diff)
log partition table success
-rw-r--r--src/main.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs
index 81dc480..10a3deb 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -76,6 +76,7 @@ fn write_mbr_partition_table(file: &mut std::fs::File, dev_size: u64) -> anyhow:
file.write_all(SIGNATURE)?;
+ println!("Partition table written successfully");
Ok(())
}