Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use
tracing::warn!
instead of error!
when assets not being preloa…
…ded (#2251) * Use `tracing::warn!` instead of `error!` when assets not being preloaded Currently, it emits a `tracing::error` when assets not being preloaded if the dioxus CLI was not used to build the application. It should be a warning since `cargo` can also build the application successfully. * add more details to desktop preload warning --------- Co-authored-by: Evan Almloff <evanalmloff@gmail.com>
- Loading branch information