aboutsummaryrefslogtreecommitdiffstats
path: root/lib/logger.rb
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-11-18 07:32:44 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-11-18 07:32:44 +0000
commitfd346f769bdd924be3a181ed96d3282b626711f9 (patch)
treeb46463cc8ee019aaaa850420a4a54a7272d1704a /lib/logger.rb
parentb7ac5b1262a402fce6ecbe94f12d0a381b4d0479 (diff)
downloadruby-fd346f769bdd924be3a181ed96d3282b626711f9.tar.gz
* lib/logger.rb (ProgName): fixed typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20247 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/logger.rb')
-rw-r--r--lib/logger.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/logger.rb b/lib/logger.rb
index 7d7c4eadd7..26d7d9d560 100644
--- a/lib/logger.rb
+++ b/lib/logger.rb
@@ -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