mirror of
https://github.com/sbt/sbt.git
synced 2026-09-03 03:33:47 +02:00
Switch from log.info and !!! to log.warn
Good idea, Lars. Thanks.
This commit is contained in:
committed by
Eugene Yokota
parent
1a2bfc546b
commit
f5d7c384a4
@@ -75,7 +75,7 @@ object MainLoop {
|
||||
def isInteractive = System.console() != null
|
||||
def hasShell = state.remainingCommands contains "shell"
|
||||
if (isInteractive && !hasShell)
|
||||
state.log info "!!! Executing in batch mode !!! For better performance, hit [ENTER] to remain in the sbt shell"
|
||||
state.log warn "Executing in batch mode; for better performance, hit [ENTER] to remain in the sbt shell"
|
||||
try run(loggedState) finally out.close()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user