From ae61a040335e4d10014666a017cc808427d809f9 Mon Sep 17 00:00:00 2001 From: Samuel Cochran Date: Sun, 30 Sep 2012 18:26:57 +0800 Subject: [PATCH] It's been long enough. --- lib/mail_catcher.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/mail_catcher.rb b/lib/mail_catcher.rb index cb142be..b203bbc 100644 --- a/lib/mail_catcher.rb +++ b/lib/mail_catcher.rb @@ -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