From 6b2df7c8ecc46e39cd227e7a558e1fd55c286240 Mon Sep 17 00:00:00 2001 From: Christopher Vogt Date: Wed, 15 Feb 2017 04:24:02 -0500 Subject: fix changed name --- stage2/Lib.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stage2') diff --git a/stage2/Lib.scala b/stage2/Lib.scala index fc53c4f..b7d1686 100644 --- a/stage2/Lib.scala +++ b/stage2/Lib.scala @@ -30,7 +30,7 @@ final class Lib(val logger: Logger) extends Stage1Lib(logger){ def loadRoot(context: Context): BuildInterface = { val directory = context.workingDirectory - context.logger.composition( context.logger.showInvocation("Build.loadRoot",directory) ) + context.logger.composition( context.logger.showInvocation("Lib.loadRoot",directory) ) val start = lib.findInnerMostModuleDirectory(directory) -- cgit v1.2.3