Project

General

Profile

Actions

Bug #5740

closed

Trivial typo in ext/syslog.c

Added by meta (mathew murphy) over 12 years ago. Updated over 12 years ago.

Status:
Closed
Assignee:
-
Target version:
-
ruby -v:
ruby 1.9.3dev (2011-09-23 revision 33323) [i686-linux]
Backport:
[ruby-core:41585]

Description

diff --git a/ext/syslog/syslog.c b/ext/syslog/syslog.c
index f7d622e..02f36aa 100644
--- a/ext/syslog/syslog.c
+++ b/ext/syslog/syslog.c
@@ -111,7 +111,7 @@ static VALUE mSyslog_close(VALUE self)

  • LOG_KERN:: A kernel message (not sendable by user processes, so not of
  •        much use to Ruby, but listed here for completeness).
    
    • LOG_LRP:: Line printer subsystem.
    • LOG_LPR:: Line printer subsystem.
    • LOG_MAIL:: Mail delivery or transport subsystem.

My fault, sorry.

Actions #1

Updated by ktsj (Kazuki Tsujimoto) over 12 years ago

  • Status changed from Open to Closed
  • % Done changed from 0 to 100

This issue was solved with changeset r34009.
mathew, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.


Actions

Also available in: Atom PDF

Like0
Like0