chore: log
This commit is contained in:
@@ -23,6 +23,7 @@ impl Command for CommandImpl {
|
||||
}
|
||||
let (pri_key, pub_key) = make_key_pair();
|
||||
let json_key_pair = JsonKeyPair::from(pri_key, pub_key, tag.map(|t| t.into()));
|
||||
success!("Write gen key file: {}", output);
|
||||
fs::write(output, json_key_pair.to_json()?.as_bytes())?;
|
||||
Ok(())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user