You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix log::init when feature origin-thread is enabled. (#102)
`current_thread_id()` in `log::init` should be `current_id()` after
commit 0d4b978. And `current_id` is simplified to avoid redundant
checking `raw > 0`.
0 commit comments