From 02d4c2c23dfd15a5edd33672701961e0fc9092df Mon Sep 17 00:00:00 2001 From: rockjam Date: Mon, 3 Oct 2016 00:14:37 +0300 Subject: fix pickOne error message --- stage1/Stage1Lib.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stage1/Stage1Lib.scala') diff --git a/stage1/Stage1Lib.scala b/stage1/Stage1Lib.scala index 5e65018..7620fd8 100644 --- a/stage1/Stage1Lib.scala +++ b/stage1/Stage1Lib.scala @@ -136,7 +136,7 @@ class Stage1Lib( val logger: Logger ) extends BaseLib{ None } }.getOrElse{ - System.err.println("Using '"++show(choices.head)++"' because System.console() == null. Use `cbt direct ` or see https://github.com/cvogt/cbt/issues/236") + System.err.println("System.console() == null. Use `cbt direct ` or see https://github.com/cvogt/cbt/issues/236") None } } -- cgit v1.2.3