Ticket #2263: clean_logger-1.8.3-compat-fix.patch
| File clean_logger-1.8.3-compat-fix.patch, 408 bytes (added by rtomayko@gmail.com, 4 years ago) |
|---|
-
clean_logger.rb
old new 10 10 end 11 11 12 12 private 13 remove_const "Format" 13 remove_const "Format" if defined? Format 14 14 Format = "%s\n" 15 def format_message(severity, timestamp, msg, progname)15 def format_message(severity, timestamp, progname, msg) 16 16 Format % [msg] 17 17 end 18 18 end