aboutsummaryrefslogtreecommitdiff
path: root/stage2/Lib.scala
diff options
context:
space:
mode:
authorChristopher Vogt <oss.nsp@cvogt.org>2017-02-15 04:24:02 -0500
committerChristopher Vogt <oss.nsp@cvogt.org>2017-02-15 04:24:02 -0500
commit6b2df7c8ecc46e39cd227e7a558e1fd55c286240 (patch)
tree653be4630b7df5d149bb28ad27f70fd77784d348 /stage2/Lib.scala
parent7ad65aeafc9d4fc9e0102c7d2ee8c9a31bd0be74 (diff)
downloadcbt-6b2df7c8ecc46e39cd227e7a558e1fd55c286240.tar.gz
cbt-6b2df7c8ecc46e39cd227e7a558e1fd55c286240.tar.bz2
cbt-6b2df7c8ecc46e39cd227e7a558e1fd55c286240.zip
fix changed name
Diffstat (limited to 'stage2/Lib.scala')
-rw-r--r--stage2/Lib.scala2
1 files changed, 1 insertions, 1 deletions
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)