]> git.lizzy.rs Git - rust.git/commitdiff
auto merge of #16416 : nick29581/rust/log, r=pnkfelix
authorbors <bors@rust-lang.org>
Mon, 11 Aug 2014 11:06:08 +0000 (11:06 +0000)
committerbors <bors@rust-lang.org>
Mon, 11 Aug 2014 11:06:08 +0000 (11:06 +0000)
Previously we would accept an empty log level without an equals sign, but not with one. This addresses that minor nit. E.g., `RUST_LOG=rustc::middle::trans=` will work the same as `RUST_LOG=rustc::middle::trans`.


Trivial merge