pulseaudio-rs/src
Davíð Steinn Geirsson fe42b5abab Use appropriate log levels for reactor errors
Client disconnection is a normal lifecycle event (e.g. VM shutdown),
not an error. Log it at info level instead. Server errors are logged
at warn level since they indicate a server-side issue but not a local
bug. All other errors (I/O, protocol, etc.) remain at error level.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 15:39:27 +00:00
..
client Use appropriate log levels for reactor errors 2026-02-19 15:39:27 +00:00
protocol Fix build with newer rust toolchain (div_rem_euclid) 2026-02-06 11:58:32 +00:00
client.rs fix: correctly check response seq 2025-11-12 09:11:40 -05:00
lib.rs feat: add a higher-level async Client 2025-02-27 15:56:11 +01:00
protocol.rs style: inline fmt args 2025-11-12 09:11:40 -05:00