Skip to content

Commit

Permalink
Simplify logging statement in CoreManager
Browse files Browse the repository at this point in the history
  • Loading branch information
voioo committed Jan 8, 2025
1 parent 29fe85b commit a17e7ca
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/core/manager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -154,10 +154,7 @@ impl CoreManager {
self.load_tracker.record_change();
info!(
"Adjusting cores from {} to {} (load: {:.2}%, on_battery: {})",
self.current_cores,
optimal_cores,
avg_load,
on_battery
self.current_cores, optimal_cores, avg_load, on_battery
);
}

Expand Down

0 comments on commit a17e7ca

Please sign in to comment.