lib/cacheflow/redis.rb in cacheflow-0.3.1 vs lib/cacheflow/redis.rb in cacheflow-0.3.2
- old
+ new
@@ -42,10 +42,10 @@
commands = []
event.payload[:commands].map do |op, *args|
commands << "#{op.to_s.upcase} #{args.join(" ")}".strip
end
- debug " #{color(name, RED, true)} #{commands.join(" >> ")}"
+ debug " #{color(name, RED, bold: true)} #{commands.join(" >> ")}"
end
end
end
end