mirror of
https://github.com/Polprzewodnikowy/SummerCart64.git
synced 2024-11-21 13:39:15 +01:00
64DD formatting change
This commit is contained in:
parent
4ae1874fc1
commit
5cb2fc3a93
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user