It's been long enough.

This commit is contained in:
Samuel Cochran 2012-09-30 18:26:57 +08:00
parent 39aac3422b
commit ae61a04033

View File

@ -161,7 +161,7 @@ module MailCatcher extend self
# Daemonize, if we should, but only after the servers have started.
if options[:daemon]
EventMachine.next_tick do
puts "*** MailCatcher now runs as a daemon by default. Go to the web interface to quit."
puts "*** MailCatcher runs as a daemon by default. Go to the web interface to quit."
Process.daemon
end
end