Skip to content

Commit

Permalink
refactor: power messages sent to stderr
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuel Sopena Ballesteros committed Aug 25, 2024
1 parent c28ddb9 commit 871a26e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pcs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ pub mod transitions {
.as_number()
.unwrap(); */

println!(
eprintln!(
"Power '{}' summary - status: {}, failed: {}, in-progress: {}, succeeded: {}, total: {}. Attempt {} of {}",
operation, transition_status, failed, in_progress, succeeded, total, i, max_attempt
);
Expand Down

0 comments on commit 871a26e

Please sign in to comment.