Reduce log level from info to debug

This commit is contained in:
Matthew Jasper 2019-12-24 14:20:12 +00:00
parent 7bc1665730
commit 83a820047f

View File

@ -616,7 +616,7 @@ where
// RustCall pseudo-ABI untuples the last argument.
spread_arg = Some(Local::new(arguments.len()));
}
info!("fn_id {:?} has attrs {:?}", fn_def_id, tcx.get_attrs(fn_def_id));
debug!("fn_id {:?} has attrs {:?}", fn_def_id, tcx.get_attrs(fn_def_id));
let mut body = builder.finish();
body.spread_arg = spread_arg;