]> git.lizzy.rs Git - rust.git/commitdiff
Reduce noisyness
authorOliver Schneider <git-spam-no-reply9815368754983@oli-obk.de>
Thu, 23 Mar 2017 14:52:02 +0000 (15:52 +0100)
committerOliver Schneider <git-spam-no-reply9815368754983@oli-obk.de>
Thu, 23 Mar 2017 14:52:02 +0000 (15:52 +0100)
src/eval_context.rs

index bf847051d8ab5d7d43b0f5f9242a4fa8cfb6343b..f81f352c8aa094b69a7e606428991c9f441e7e21 100644 (file)
@@ -2130,7 +2130,7 @@ fn fulfill_obligation<'a, 'tcx>(tcx: TyCtxt<'a, 'tcx, 'tcx>,
         });
         let vtable = infcx.drain_fulfillment_cx_or_panic(span, &mut fulfill_cx, &vtable);
 
-        info!("Cache miss: {:?} => {:?}", trait_ref, vtable);
+        debug!("Cache miss: {:?} => {:?}", trait_ref, vtable);
         vtable
     })
 }