]> git.cworth.org Git - sup/commitdiff
fixed wrong error message call
authorwmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Tue, 22 May 2007 15:59:36 +0000 (15:59 +0000)
committerwmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Tue, 22 May 2007 15:59:36 +0000 (15:59 +0000)
git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@409 5c8cc53c-5e98-4d25-b20a-d8db53a31250

lib/sup/poll.rb

index adf1d06d0719df10659e533ca52bc4926379f9f5..690caa295c45e98deebd9710853529d12ef29e3a 100644 (file)
@@ -94,7 +94,7 @@ class PollManager
       
       source.each do |offset, labels|
         if source.has_errors?
-          Redwood::log "error loading messages from #{source}: #{source.broken_msg}"
+          Redwood::log "error loading messages from #{source}: #{source.error.message}"
           return
         end