lib/celluloid/application.rb in celluloid-0.6.2 vs lib/celluloid/application.rb in celluloid-0.7.0

- old
+ new

@@ -19,10 +19,10 @@ supervisor = run! # Take five, toplevel supervisor sleep 5 while supervisor.alive? - Celluloid::Logger.error "!!! Celluloid::Application #{self} crashed. Restarting..." + Logger.error "!!! Celluloid::Application #{self} crashed. Restarting..." end end # Register an actor class or a sub-application class to be launched and # supervised while this application is running. Available options are: