From 178812e24edc3c912f7c2c13b37ab7f9e41d243c Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sun, 11 Oct 2009 01:34:34 -0700 Subject: factor out common listen loop error handling It'll be easier to maintain a common language for logging and debugging. --- lib/rainbows/thread_pool.rb | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'lib/rainbows/thread_pool.rb') diff --git a/lib/rainbows/thread_pool.rb b/lib/rainbows/thread_pool.rb index 16a5979..9f1a8db 100644 --- a/lib/rainbows/thread_pool.rb +++ b/lib/rainbows/thread_pool.rb @@ -81,10 +81,7 @@ module Rainbows end end rescue Object => e - if LISTENERS.first - logger.error "Unhandled listen loop exception #{e.inspect}." - logger.error e.backtrace.join("\n") - end + listen_loop_error(e) if LISTENERS.first end while LISTENERS.first } end -- cgit v1.2.3-24-ge0c7