mirror of https://github.com/sbt/sbt.git
Minor clarification of logging message
This commit is contained in:
parent
c76649024e
commit
3f3d7d47e3
|
|
@ -134,7 +134,7 @@ Listening for transport dt_socket at address: 5005
|
||||||
> show baseDirectory
|
> show baseDirectory
|
||||||
[info] /s/t
|
[info] /s/t
|
||||||
> exit
|
> exit
|
||||||
[info] shutting down server
|
[info] shutting down sbt server
|
||||||
[success] Total time: 19 s, completed 25-Apr-2018 15:04:58
|
[success] Total time: 19 s, completed 25-Apr-2018 15:04:58
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -133,7 +133,7 @@ private[sbt] object Server {
|
||||||
}
|
}
|
||||||
|
|
||||||
override def shutdown(): Unit = {
|
override def shutdown(): Unit = {
|
||||||
log.info("shutting down server")
|
log.info("shutting down sbt server")
|
||||||
if (portfile.exists) {
|
if (portfile.exists) {
|
||||||
IO.delete(portfile)
|
IO.delete(portfile)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue