Skip to content

Commit

Permalink
Merge pull request #29 from Sage/fix-log
Browse files Browse the repository at this point in the history
Remove double appending of namespace in log
  • Loading branch information
abramin authored Sep 6, 2017
2 parents 67e1709 + 2a9b486 commit c7c3c2c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def subscribe(event_type, queue)
connection.close

EventQ.logger.debug do
"[#{self.class} #subscribe] - Subscribing queue: #{EventQ.create_queue_name(queue.name)} to Exchange: #{_event_type}"
"[#{self.class} #subscribe] - Subscribing queue: #{queue.name} to Exchange: #{_event_type}"
end

return true
Expand Down

0 comments on commit c7c3c2c

Please sign in to comment.