demote rustc_peek traces look not user-facing

Signed-off-by: Eliza Weisman <eliza@buoyant.io>
This commit is contained in:
Eliza Weisman 2021-10-07 10:45:39 -07:00
parent eb67bf9368
commit 01803025d2
No known key found for this signature in database
GPG key ID: F9C1A595C3814436

View file

@ -289,7 +289,7 @@ impl<'tcx> RustcPeekAt<'tcx> for MaybeMutBorrowedLocals<'_, 'tcx> {
flow_state: &BitSet<Local>,
call: PeekCall,
) {
warn!("peek_at: place={:?}", place);
info!("peek_at: place={:?}", place);
let local = if let Some(l) = place.as_local() {
l
} else {
@ -311,7 +311,7 @@ impl<'tcx> RustcPeekAt<'tcx> for MaybeLiveLocals {
flow_state: &BitSet<Local>,
call: PeekCall,
) {
warn!("peek_at: place={:?}", place);
info!("peek_at: place={:?}", place);
let local = if let Some(l) = place.as_local() {
l
} else {