<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -80,6 +80,7 @@ module Integrity
           begin
             notifier.notify_of_build last_build
           rescue Timeout::Error
+            Integrity.logger.info &quot;#{notifier.name} notifier timed out&quot;
             next
           end
         end</diff>
      <filename>lib/integrity/project.rb</filename>
    </modified>
    <modified>
      <diff>@@ -273,10 +273,17 @@ describe Integrity::Project do
     end
 
     it &quot;should protect itself from eventual timeout error&quot; do
+      Integrity.logger.stub!(:info)
       @email_notifier.stub!(:notify_of_build).and_raise(Timeout::Error)
       lambda do
         @project.send(:send_notifications)
       end.should_not raise_error
     end
+
+    it &quot;should log timeout&quot; do
+      @email_notifier.stub!(:notify_of_build).and_raise(Timeout::Error)
+      Integrity.logger.should_receive(:info).with(&quot;Email notifier timed out&quot;)
+      @project.send(:send_notifications)
+    end
   end
 end</diff>
      <filename>spec/project_spec.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>88f7e1f484bdb933d306efcea60d34107d834eb6</id>
    </parent>
  </parents>
  <author>
    <name>Simon Rozet</name>
    <email>simon@rozet.name</email>
  </author>
  <url>http://github.com/foca/integrity/commit/6cc92bfc9712440ed45e3630c081fb3e776ace6b</url>
  <id>6cc92bfc9712440ed45e3630c081fb3e776ace6b</id>
  <committed-date>2008-11-21T14:12:48-08:00</committed-date>
  <authored-date>2008-11-21T14:09:26-08:00</authored-date>
  <message>log time out of notifiers</message>
  <tree>954aa3fae448c25783857dd93a7a278a3046bfe1</tree>
  <committer>
    <name>Simon Rozet</name>
    <email>simon@rozet.name</email>
  </committer>
</commit>
