Fix local dump check.

This commit is contained in:
Scott Olson 2016-10-18 23:24:30 -06:00
parent 1e93f64e15
commit e807f0c405

View File

@ -892,7 +892,7 @@ impl<'a, 'tcx> EvalContext<'a, 'tcx> {
Projection(ref proj) => return self.eval_lvalue_projection(proj),
};
if log_enabled!(::log::LogLevel::Debug) {
if log_enabled!(::log::LogLevel::Trace) {
self.dump_local(lvalue);
}