<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -8,7 +8,12 @@ module Merb
 
       def self.stop(status = 0)
         if @server
-          @server.stop(true)
+          begin
+            @server.stop(true)
+          rescue Mongrel::TimeoutError
+            Merb.logger.fatal! &quot;Your process took too long to shut &quot; \
+              &quot;down, so mongrel killed it.&quot;
+          end
           true
         end
       end</diff>
      <filename>lib/merb-core/rack/adapter/mongrel.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>27779e1f857c3555c87451a1011bbeee646fa1f5</id>
    </parent>
  </parents>
  <author>
    <name>Yehuda Katz</name>
    <email>wycats@gmail.com</email>
  </author>
  <url>http://github.com/wycats/merb-core/commit/205f2436a741841abc92901c015f3c470a5b99b7</url>
  <id>205f2436a741841abc92901c015f3c470a5b99b7</id>
  <committed-date>2008-09-27T18:27:11-07:00</committed-date>
  <authored-date>2008-09-25T23:57:07-07:00</authored-date>
  <message>Hide the backtrace for Mongrel timeout errors.</message>
  <tree>9a40349d32a3489fbd4295b63c3bca455d36d7cf</tree>
  <committer>
    <name>Yehuda Katz</name>
    <email>wycats@gmail.com</email>
  </committer>
</commit>
