Skip to content

Commit

Permalink
improve tracing
Browse files Browse the repository at this point in the history
Signed-off-by: Dusan <dusanuveric@protonmail.com>
  • Loading branch information
uvera committed Feb 12, 2025
1 parent 36c6bd1 commit 7f29d55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cosmic-settings/src/pages/power/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ impl page::Page<crate::pages::Message> for Page {
Ok(stream) => {
tokio::pin!(stream);
while let Some(device) = stream.next().await {
tracing::info!(?device, "Device Added");
tracing::info!(?device, "Device added");
emitter.emit(Message::DeviceConnect(device)).await;
}
}
Expand Down

0 comments on commit 7f29d55

Please sign in to comment.