AsahiLinux / speakersafetyd

Rust speaker safety daemon for Asahi Linux
MIT License
140 stars 10 forks source link

Align debug prints #10

Closed ivabus closed 4 months ago

ivabus commented 11 months ago

Previously, debug!() prints of speaker name, temperatures, power and gain were jumping from left to right, now they are aligned.

Before:

Screenshot before

After:

Screenshot after

(Gain align should be checked in screenshot below)

With random values:

Screenshot with random values