Project

General

Profile

Bug #3514 » logger.patch

runpaint (Run Paint Run Run), 07/02/2010 04:38 AM

View differences:

lib/logger.rb
class Logger
VERSION = "1.2.7"
id, name, rev = %w$Id$
_, name, rev = %w$Id$
if name
name = name.chomp(",v")
else
......
@mutex.synchronize do
@dev.close rescue nil
end
rescue Exception => ignored
rescue Exception
@dev.close rescue nil
end
end
(5-5/8)