Log listen address
Signed-off-by: vinceh121 <contact@vinceh121.me>
This commit is contained in:
parent
b5a33d2e42
commit
bbe7c8b858
|
|
@ -70,7 +70,7 @@ class Server(address: String, port: Int, captcha: Captcha) {
|
|||
}
|
||||
|
||||
def start(): Unit = {
|
||||
println("Starting server on port:" + port)
|
||||
println("Starting server on " + address + ":" + port)
|
||||
server.start()
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue