Skip to content

Commit

Permalink
Standardize cmd_exec output
Browse files Browse the repository at this point in the history
Signed-off-by: Lily Sturmann <[email protected]>
  • Loading branch information
lkatalin committed Mar 9, 2021
1 parent 976be68 commit 42982bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmd_exec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ pub(crate) fn run(
info!("Time cost: {}", t_diff.as_secs());

// assume the system is linux
println!("number tries: {:?}", number_tries);
info!("Number tries: {:?}", number_tries);

match output.status.code() {
Some(TPM_IO_ERROR) => {
Expand Down

0 comments on commit 42982bf

Please sign in to comment.