[Groonga-commit] droonga/fluent-plugin-droonga at 97463c7 [master] Add a delimiter on error message

Back to archive index

Yoji Shidara null+****@clear*****
Wed Dec 25 19:44:12 JST 2013


Yoji Shidara	2013-12-25 19:44:12 +0900 (Wed, 25 Dec 2013)

  New Revision: 97463c7a3f30cceaac7dbe2f00717385d36d01f7
  https://github.com/droonga/fluent-plugin-droonga/commit/97463c7a3f30cceaac7dbe2f00717385d36d01f7

  Message:
    Add a delimiter on error message

  Modified files:
    lib/droonga/logger.rb

  Modified: lib/droonga/logger.rb (+1 -1)
===================================================================
--- lib/droonga/logger.rb    2013-12-25 19:35:29 +0900 (7f65d71)
+++ lib/droonga/logger.rb    2013-12-25 19:44:12 +0900 (08222e3)
@@ -26,7 +26,7 @@ module Droonga
 
     def error(message, exception, additional_information={})
       if $log
-        $log.error("#{message} #{exception.message}(#{exception.class})",
+        $log.error("#{message}: #{exception.message}(#{exception.class})",
           additional_information)
         $log.error_backtrace(exception.backtrace)
       end
-------------- next part --------------
HTML����������������������������...
Download 



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