Commit b37d8af
tracing: fix wrong log level in
## Motivation
I was scrolling through the code in `tracing/src/macros.rs` and noticed
a possibly wrong log level in the `warn!` macro:
https://github.com/tokio-rs/tracing/blob/4e65750b13721fee7a7ac05b053e1b9c3d21244f/tracing/src/macros.rs#L1698
## Solution
This branch changes the level to `Level::WARN` in the incorrect macro
arm.
Fixes: #1929
Co-authored-by: Nicolaas Geldenhuys <nicolaas.geldenhuys@cartrack.com>warn! macro (#1930)1 parent e5921ba commit b37d8af
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1701 | 1701 | | |
1702 | 1702 | | |
1703 | 1703 | | |
1704 | | - | |
| 1704 | + | |
1705 | 1705 | | |
1706 | 1706 | | |
1707 | 1707 | | |
| |||
0 commit comments