Skip to content

Commit be6e08e

Browse files
committed
tuning msg
1 parent 37c5f18 commit be6e08e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "chaindev"
3-
version = "0.52.9"
3+
version = "0.52.10"
44
edition = "2021"
55
authors = ["hui.fan@mail.ru"]
66
description = "Powerful development and testing utils for blockchain developers."

src/common/remote.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ pub fn get_file_from_hosts(
249249
// Print good resp at first,
250250
local_paths.sort_by(|a, b| a.0.cmp(&b.0));
251251
local_paths.into_iter().for_each(|(h, p)| {
252-
println!("HOST-[{h}] file are stored at:\n\t{p}");
252+
println!("HOST-[{h}] The file has been put at:\n\t{p}");
253253
});
254254
}
255255

0 commit comments

Comments
 (0)