minor changes
This commit is contained in:
parent
a9ce9cc00b
commit
64676bfd5c
@ -17,7 +17,7 @@ fn main() {
|
||||
}
|
||||
println!("Sending {}", buffer);
|
||||
stream.write(buffer.as_bytes()).unwrap();
|
||||
println!("Sent {}, awaiting reply...", buffer);
|
||||
println!("Sent {}, awaiting reply ...", buffer);
|
||||
}
|
||||
Err(error) => {
|
||||
println!("error: {error}");
|
||||
@ -25,7 +25,7 @@ fn main() {
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
}
|
||||
Err(e) => {
|
||||
println!("Failed to connect: {}", e);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user