Skip to content

Commit

Permalink
chore: replace more log
Browse files Browse the repository at this point in the history
  • Loading branch information
Decodetalkers committed Nov 29, 2024
1 parent 15d32d0 commit 0e32c24
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 14 deletions.
12 changes: 0 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion iced_examples/counter_muti/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,4 @@ readme.workspace = true
iced.workspace = true
iced_runtime.workspace = true
iced_layershell.workspace = true
tracing-journald.workspace = true
tracing-subscriber.workspace = true
2 changes: 1 addition & 1 deletion iced_layershell/src/application.rs
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ async fn run_instance<A, E, C>(
}
_ => {
debug.render_finished();
log::error!(
tracing::error!(
"Error {error:?} when \
presenting surface."
);
Expand Down

0 comments on commit 0e32c24

Please sign in to comment.