mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-28 01:38:04 +00:00
Print non-output messages to stderr in subkey (#5286)
* Print non-output messages to stderr in subkey * Update bin/utils/subkey/src/main.rs Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com>
This commit is contained in:
@@ -42,7 +42,7 @@ impl RpcClient {
|
||||
client.insert_key(key_type, suri, public).map(|_| ())
|
||||
})
|
||||
.map_err(|e| {
|
||||
println!("Error inserting key: {:?}", e);
|
||||
eprintln!("Error inserting key: {:?}", e);
|
||||
})
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user