* lib/logger.rb (ProgName): fixed typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20247 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
b7ac5b1262
commit
fd346f769b
@ -182,7 +182,7 @@ require 'monitor'
|
||||
class Logger
|
||||
VERSION = "1.2.6"
|
||||
id, name, rev = %w$Id$
|
||||
ProgName = "#{name.chomp(",")}/#{rev}"
|
||||
ProgName = "#{name.chomp(",v")}/#{rev}"
|
||||
|
||||
class Error < RuntimeError; end
|
||||
class ShiftingError < Error; end
|
||||
|
Loading…
x
Reference in New Issue
Block a user