Merge pull request #4884 from naferx/msg

Minor clarification of logging message
This commit is contained in:
eugene yokota 2019-07-19 18:56:20 -04:00 committed by GitHub
commit 8793034039
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -134,7 +134,7 @@ Listening for transport dt_socket at address: 5005
> show baseDirectory
[info] /s/t
> exit
[info] shutting down server
[info] shutting down sbt server
[success] Total time: 19 s, completed 25-Apr-2018 15:04:58
```

View File

@ -133,7 +133,7 @@ private[sbt] object Server {
}
override def shutdown(): Unit = {
log.info("shutting down server")
log.info("shutting down sbt server")
if (portfile.exists) {
IO.delete(portfile)
}