minor debug
This commit is contained in:
parent
239bf2cefc
commit
1515af5f72
|
|
@ -121,6 +121,7 @@ class Server(port: Int){
|
|||
})
|
||||
|
||||
def start(): Unit = {
|
||||
println("Starting server on port:" + port)
|
||||
server.start()
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue