Skip to content
This repository has been archived by the owner on Sep 25, 2023. It is now read-only.

Commit

Permalink
adapt to new version of process_message
Browse files Browse the repository at this point in the history
  • Loading branch information
carvil committed Jan 12, 2012
1 parent abb7291 commit b5a8dc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/baton/baton-ping/ping_consumer.rb
@@ -1,7 +1,7 @@
module Baton
class PingConsumer < Baton::Consumer

def process_message(message, consumer_manager)
def process_message(message)
case message["type"]
when "ping"
logger.info "received current ping for #{consumer_name}: #{message}"
Expand Down

0 comments on commit b5a8dc6

Please sign in to comment.