Minor clarification of logging message

This commit is contained in:
Nafer Sanabria 2019-07-18 16:23:05 -05:00
parent c76649024e
commit 3f3d7d47e3
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)
}