]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #30012 - jonas-schievink:log-level-trace, r=alexcrichton
authorbors <bors@rust-lang.org>
Tue, 24 Nov 2015 11:10:22 +0000 (11:10 +0000)
committerbors <bors@rust-lang.org>
Tue, 24 Nov 2015 11:10:22 +0000 (11:10 +0000)
The `log` crate on crates.io already knows `TRACE`, but the internal liblog doesn't, which causes it to spew errors when a `TRACE` level is defined. I made `TRACE` behave like `DEBUG`.


Trivial merge