ahn in adhearsion-0.7.6 vs ahn in adhearsion-0.7.7

- old
+ new

@@ -16,10 +16,11 @@ # Lesser General Public License for more details. # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + require 'rubygems' usage = "Usage: ahn create /path/to/directory ahn start [daemon] [directory] @@ -213,10 +214,10 @@ end sc = ServletContainer.new((CONFIG['port'] || 4573), (CONFIG['host'] || '0.0.0.0')) $HUTDOWN.hook { sc.shutdown } - log "Dallas, we have liftoff!" + log "Adhearsion Started" sc.server.join else puts "Unrecognized command!", usage end