This commit is contained in:
takezoe
2014-04-01 04:47:08 +09:00
parent 5d3365a944
commit 6227a4643a
2 changed files with 5 additions and 0 deletions

View File

@@ -31,6 +31,7 @@ object SshServer {
def stop() = {
if(active.compareAndSet(true, false)){
server.stop(true)
logger.info("SSH Server is stopped.")
}
}