]> git.lizzy.rs Git - rust.git/commit
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)
commit6faad3ec3aba8e9ea7c68331b7c6561890929658
tree4b5a4f08fcae1e7ce82d3623e40a307de532abd1
parent5e720f0e5453e7b113f313df7827f3ad0a6dbe46
parent81241dce8036c6e84e5640c179f53bf8cfc038a6
auto merge of #16416 : nick29581/rust/log, r=pnkfelix

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`.