Switch to lower case for some messages

There is push to move away from complete sentences in warnings.
This commit is contained in:
Ethan Atkins 2020-05-01 12:42:59 -07:00
parent 079cf2178c
commit 73235d12e0
2 changed files with 2 additions and 2 deletions

View File

@ -1516,7 +1516,7 @@ object Defaults extends BuildCommon {
classes match {
case multiple if multiple.size > 1 && logWarning =>
val msg =
"Multiple main classes detected. Run 'show discoveredMainClasses' to see the list."
"multiple main classes detected: run 'show discoveredMainClasses' to see the list"
logger.warn(msg)
case _ =>
}

View File

@ -900,7 +900,7 @@ object BuiltinCommands {
.getOrElse(GCUtil.defaultMinForcegcInterval)
val exec: Exec = exchange.blockUntilNextExec(minGCInterval, s1.globalLogging.full)
if (exec.source.fold(true)(_.channelName != "console0")) {
s1.log.info(s"Running remote command: ${exec.commandLine}")
s1.log.info(s"received remote command: ${exec.commandLine}")
}
val newState = s1
.copy(