summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/typechecker/Contexts.scala
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2011-10-17 20:59:28 +0000
committerPaul Phillips <paulp@improving.org>2011-10-17 20:59:28 +0000
commit2d2a3e92de0a7bd0cd01f93496527737b1be0381 (patch)
tree3c696d3f9e56e32c80b10015980f866d6ddc1ab3 /src/compiler/scala/tools/nsc/typechecker/Contexts.scala
parent6974cca537ab14f5a5688b64e5cf549101b90137 (diff)
downloadscala-2d2a3e92de0a7bd0cd01f93496527737b1be0381.tar.gz
scala-2d2a3e92de0a7bd0cd01f93496527737b1be0381.tar.bz2
scala-2d2a3e92de0a7bd0cd01f93496527737b1be0381.zip
Cleaning up debug logging.
No review.
Diffstat (limited to 'src/compiler/scala/tools/nsc/typechecker/Contexts.scala')
-rw-r--r--src/compiler/scala/tools/nsc/typechecker/Contexts.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/scala/tools/nsc/typechecker/Contexts.scala b/src/compiler/scala/tools/nsc/typechecker/Contexts.scala
index c5304ca103..d252281002 100644
--- a/src/compiler/scala/tools/nsc/typechecker/Contexts.scala
+++ b/src/compiler/scala/tools/nsc/typechecker/Contexts.scala
@@ -193,7 +193,7 @@ trait Contexts { self: Analyzer =>
c.retyping = this.retyping
c.openImplicits = this.openImplicits
registerContext(c.asInstanceOf[analyzer.Context])
- debuglog("Created context: " + this + " ==> " + c)
+ debuglog("[context] ++ " + c.unit + " / " + tree.summaryString)
c
}