lib/activehook/server/worker.rb in activehook-server-0.1.5 vs lib/activehook/server/worker.rb in activehook-server-0.1.6

- old
+ new

@@ -56,16 +56,16 @@ end # Information about the start process # def start_message - ActiveHook::Server.log.info("* Worker #{@id} started, pid: #{@pid}") + Server.log.info("* Worker #{@id} started, pid: #{@pid}") end # Information about the shutdown process # def shutdown_message - ActiveHook::Server.log.info("* Worker #{@id} shutdown, pid: #{@pid}") + Server.log.info("* Worker #{@id} shutdown, pid: #{@pid}") end # Validates our data before starting the worker. # def validate!