Skip to content

Commit

Permalink
Make sysfs debug formatting consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
Riolku authored and MaxVerevkin committed Jul 17, 2023
1 parent aab6ce4 commit 8d3a7b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/blocks/battery/sysfs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ impl BatteryDevice for Device {

debug!("status = {:?}", status);
debug!("capacity_level = {:?}", capacity_level);
debug!("capacity= {:?}", capacity);
debug!("capacity = {:?}", capacity);
debug!("charge_now = {:?}", charge_now);
debug!("charge_full = {:?}", charge_full);
debug!("energy_now = {:?}", energy_now);
Expand Down

0 comments on commit 8d3a7b1

Please sign in to comment.