Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Ticket #9703 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

[PATCH] Correction for buffered logger mutation note

Reported by: eigentone Assigned to: core
Priority: low Milestone: 1.x
Component: ActiveSupport Version: edge
Severity: minor Keywords:
Cc:

Description

Minor patch to a comment I made in BufferedLogger. Previously the comment read:

# If a newline is nessesary then create a new message end with a new line. # Ensures that the original message is not mutated.

It now reads:

# If a newline is nessesary then create a new message ending with a newline. # Ensures that the original message is not mutated.

Sorry for all the patchin’

Attachments

comment_correction_for_buffered_logger_mutation_note.diff (0.7 kB) - added by eigentone on 09/27/07 05:12:52.
comment_correction_for_buffered_logger_mutation_note.2.diff (0.7 kB) - added by tomafro on 09/27/07 05:45:59.
same patch, but with tiny spelling correction

Change History

09/27/07 05:12:52 changed by eigentone

  • attachment comment_correction_for_buffered_logger_mutation_note.diff added.

09/27/07 05:45:59 changed by tomafro

  • attachment comment_correction_for_buffered_logger_mutation_note.2.diff added.

same patch, but with tiny spelling correction

09/27/07 06:09:51 changed by eigentone

Thanks for getting by back tomafro.

09/27/07 06:11:25 changed by eigentone

Err. I meant ”getting my back”, I cannot write at all today.

09/27/07 06:16:23 changed by bitsweat

  • status changed from new to closed.
  • resolution set to fixed.

(In [7645]) Cleanup comment. References #9702, closes #9703.