Changeset 897

Show
Ignore:
Timestamp:
12/14/07 23:50:36 (9 months ago)
Author:
evanweaver
Message:

backport #15631 to 1-1-2

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/stable_1-1/lib/mongrel.rb

    r877 r897  
    214214 
    215215          if mark - worker[:started_on] > @timeout + @throttle 
    216             STDERR.puts "Thread #{w.inspect} is too old, killing." 
     216            STDERR.puts "Thread #{worker.inspect} is too old, killing." 
    217217            worker.raise(TimeoutError.new(error_msg)) 
    218218          end