Adjust 'about' output because logging is now rotated.

This commit is contained in:
Mark Harrah 2011-11-21 22:37:36 -05:00
parent fba4953c32
commit 8743165d66
1 changed files with 1 additions and 2 deletions

View File

@ -171,8 +171,7 @@ object BuiltinCommands
{
"This is sbt " + sbtVersion(s) + "\n" +
aboutProject(s) +
"sbt, sbt plugins, and build definitions are using Scala " + scalaVersion(s) + "\n" +
"All logging output for this session is available at " + CommandSupport.globalLogging(s).backing
"sbt, sbt plugins, and build definitions are using Scala " + scalaVersion(s) + "\n"
}
def aboutProject(s: State): String =
if(Project.isProjectLoaded(s))