[Groonga-commit] droonga/droonga-engine at 7c65874 [buffered-forward] Report any error in serf event handler into the engine log

Back to archive index

YUKI Hiroshi null+****@clear*****
Tue Mar 24 16:54:27 JST 2015


YUKI Hiroshi	2015-03-24 16:54:27 +0900 (Tue, 24 Mar 2015)

  New Revision: 7c65874517f2dc9443a6c7c0f64df76b16459459
  https://github.com/droonga/droonga-engine/commit/7c65874517f2dc9443a6c7c0f64df76b16459459

  Message:
    Report any error in serf event handler into the engine log

  Modified files:
    lib/droonga/command/serf_event_handler.rb

  Modified: lib/droonga/command/serf_event_handler.rb (+2 -2)
===================================================================
--- lib/droonga/command/serf_event_handler.rb    2015-03-24 16:25:53 +0900 (b19d281)
+++ lib/droonga/command/serf_event_handler.rb    2015-03-24 16:54:27 +0900 (28b9db3)
@@ -50,9 +50,9 @@ module Droonga
             file.write(exception.backtrace)
           end
         rescue Errno::EACCES => permission_denied_exception
-          puts exception.inspect
-          puts exception.backtrace
         end
+        puts exception.inspect
+        puts exception.backtrace
         true
       end
 
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index