Skip to content

Commit

Permalink
Merge pull request #166 from musicglue/loggger_typo
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
phstc committed Dec 30, 2015
2 parents 09c1759 + 972645b commit 2d98858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/shoryuken/message.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def initialize(client, queue, data)
self.queue_name = queue.name
else
# TODO: Remove next major release
Shoryuken.loggger.warn do
Shoryuken.logger.warn do
'[DEPRECATION] Passing a queue url into Shoryuken::Message is deprecated, please pass the queue itself'
end
self.queue_url = queue
Expand Down

0 comments on commit 2d98858

Please sign in to comment.