mirror of
https://github.com/librecaptcha/lc-core.git
synced 2025-01-27 13:03:12 -05:00
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…
x
Reference in New Issue
Block a user