diff --git a/src/rustc/middle/typeck/infer.rs b/src/rustc/middle/typeck/infer.rs index 03dac5cb9ae7..8a38e2d85cb9 100644 --- a/src/rustc/middle/typeck/infer.rs +++ b/src/rustc/middle/typeck/infer.rs @@ -2489,7 +2489,7 @@ impl of lattice_ops for glb { fn lattice_tys( self: L, a: ty::t, b: ty::t) -> cres { - #debug("%s.tys(%s, %s)", self.tag(), + #debug("%s.lattice_tys(%s, %s)", self.tag(), a.to_str(self.infcx()), b.to_str(self.infcx())); if a == b { ret ok(a); }