Skip to content

Commit 37fea45

Browse files
phendryxurkle
authored andcommitted
fix bold warning
1 parent b122ed3 commit 37fea45

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/multidb/log_subscriber.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def sql(event)
1111
def debug(msg = nil)
1212
name = Multidb.balancer.current_connection_name
1313
if name
14-
db = color("[DB: #{name}]", ActiveSupport::LogSubscriber::GREEN, true)
14+
db = color("[DB: #{name}]", ActiveSupport::LogSubscriber::GREEN, bold: true)
1515
super(db + msg.to_s)
1616
else
1717
super

0 commit comments

Comments
 (0)