summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2011-01-24 10:49:17 +0000
committerMartin Odersky <odersky@gmail.com>2011-01-24 10:49:17 +0000
commitd2dfdc4e6f93686ee0cbc2e7ae180661e7bab79b (patch)
treea8daf292a0157183faed65e45efb6b459c72c37f /src
parent4253124eecba6bed38f1dc961c5c4ee39a29f730 (diff)
downloadscala-d2dfdc4e6f93686ee0cbc2e7ae180661e7bab79b.tar.gz
scala-d2dfdc4e6f93686ee0cbc2e7ae180661e7bab79b.tar.bz2
scala-d2dfdc4e6f93686ee0cbc2e7ae180661e7bab79b.zip
Added log message to tell what version of the p...
Added log message to tell what version of the presentation compiler is running.
Diffstat (limited to 'src')
-rw-r--r--src/compiler/scala/tools/nsc/interactive/Global.scala1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compiler/scala/tools/nsc/interactive/Global.scala b/src/compiler/scala/tools/nsc/interactive/Global.scala
index 30a6374e01..c26dbbb133 100644
--- a/src/compiler/scala/tools/nsc/interactive/Global.scala
+++ b/src/compiler/scala/tools/nsc/interactive/Global.scala
@@ -40,6 +40,7 @@ self =>
else NullLogger
import log.logreplay
+ debugLog("interactive compiler from 23 Jan")
debugLog("logger: " + log.getClass + " writing to " + (new java.io.File(logName)).getAbsolutePath)
/** Print msg only when debugIDE is true. */