Skip to content

Commit

Permalink
Tweaked colorized debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
karmi committed Nov 13, 2010
1 parent 44fb174 commit 2b55d8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/balancing.rb
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def on_response

def on_finish
lambda do |backend|
puts black_on_magenta { 'on_finish'.ljust(12) } + " for #{backend}", ''
puts black_on_cyan { 'on_finish'.ljust(12) } + " for #{backend}", ''
backend.decrement_counter if Backend.strategy == :balanced
end
end
Expand Down

0 comments on commit 2b55d8e

Please sign in to comment.