]> git.cworth.org Git - sup/commitdiff
bugfix: constant rename
authorwmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Fri, 25 May 2007 17:18:53 +0000 (17:18 +0000)
committerwmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Fri, 25 May 2007 17:18:53 +0000 (17:18 +0000)
git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@416 5c8cc53c-5e98-4d25-b20a-d8db53a31250

bin/sup-sync

index 00557a38206d7b3a0c87d5a1dfb18b01cbfc1a37..c7e826b601483923c1975a0f1d0eb97f759bb2c7 100644 (file)
@@ -192,7 +192,7 @@ begin
     $stderr.puts "Scanned #{num_scanned}, added #{num_added}, updated #{num_updated} messages from #{source}."
     $stderr.puts "Restored state on #{num_restored} (#{100.0 * num_restored / num_scanned}%) messages." if num_restored > 0
   end
-rescue FatalSourceError => e
+rescue Redwood::FatalSourceError => e
   $stderr.puts "Sorry, I couldn't communicate with a source: #{e.message}"
 rescue Exception => e
   File.open("sup-exception-log.txt", "w") { |f| f.puts e.backtrace }