mirror of
https://github.com/librecaptcha/lc-core.git
synced 2025-11-20 01:50:21 -05:00
@@ -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()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user