summaryrefslogtreecommitdiff
path: root/sources/scalac/Global.java
diff options
context:
space:
mode:
Diffstat (limited to 'sources/scalac/Global.java')
-rw-r--r--sources/scalac/Global.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/sources/scalac/Global.java b/sources/scalac/Global.java
index 5ae1d874ba..5d21cedff6 100644
--- a/sources/scalac/Global.java
+++ b/sources/scalac/Global.java
@@ -210,6 +210,7 @@ public abstract class Global {
this.printtypes = args.types.value;
this.printtokens = args.print.tokens;
this.classPath = args.classpath();
+ if (reporter.verbose) reporter.inform("classpath = " + classPath);
this.outpath = args.outpath();
String encoding = args.encoding.value;
Charset charset = null;