From 5cb2fc3a9390bb0fbef15a63a649d03a67c24dac Mon Sep 17 00:00:00 2001 From: Mateusz Faderewski Date: Tue, 4 Apr 2023 20:13:19 +0200 Subject: [PATCH] 64DD formatting change --- sw/deployer/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sw/deployer/src/main.rs b/sw/deployer/src/main.rs index 90c59a5..770c7e3 100644 --- a/sw/deployer/src/main.rs +++ b/sw/deployer/src/main.rs @@ -528,7 +528,7 @@ fn handle_64dd_command(connection: Connection, args: &_64DDArgs) -> Result<(), s } else { "Invalid".to_string() }; - let message = format!("{track:4}:{head}:{block} / LBA: {lba}"); + let message = format!("{track:4}:{head}:{block} | LBA: {lba}"); if reply_packet.is_some() { println!("{}: {} {}", "[64DD]".bold(), rw, message.green()); } else {