Skip to content

Commit

Permalink
Adjust 'about' output because logging is now rotated.
Browse files Browse the repository at this point in the history
  • Loading branch information
harrah committed Nov 25, 2011
1 parent 9d6c926 commit 5cda47f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions main/Main.scala
Expand Up @@ -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))
Expand Down

0 comments on commit 5cda47f

Please sign in to comment.