Changed server initialize message

This commit is contained in:
Sdogruyol 2015-11-08 17:43:53 +02:00
parent bbe22e96e3
commit dc1e6ed4c2
1 changed files with 1 additions and 1 deletions

View File

@ -17,6 +17,6 @@ at_exit do
server.ssl = config.ssl
puts "Listening on #{config.scheme}://0.0.0.0:#{config.port}"
puts "Kemal is ready to lead at #{config.scheme}://0.0.0.0:#{config.port}"
server.listen
end