Restore solana-test-validator informational output

(cherry picked from commit 9ec514f6c5)
This commit is contained in:
Michael Vines
2022-03-02 12:59:04 +01:00
parent 0e6a849fc7
commit 2dd5b76986

View File

@ -113,7 +113,7 @@ pub fn format_name_value(name: &str, value: &str) -> String {
}
/// Pretty print a "name value"
pub fn println_name_value(name: &str, value: &str) {
format_name_value(name, value);
println!("{}", format_name_value(name, value));
}
/// Creates a new process bar for processing that will take an unknown amount of time