Restore solana-test-validator informational output

This commit is contained in:
Michael Vines 2022-03-02 12:59:04 +01:00
parent 3ddd018452
commit 9ec514f6c5
1 changed files with 1 additions and 1 deletions

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