[Groonga-commit] droonga/droonga.org at e29962c [gh-pages] Use compatible notation for hash

Back to archive index

Yoji Shidara null+****@clear*****
Wed Feb 5 16:46:36 JST 2014


Yoji Shidara	2014-02-05 16:46:36 +0900 (Wed, 05 Feb 2014)

  New Revision: e29962c28adb5f04c08a32e3a9bd374ecfe88ecd
  https://github.com/droonga/droonga.org/commit/e29962c28adb5f04c08a32e3a9bd374ecfe88ecd

  Message:
    Use compatible notation for hash

  Modified files:
    tutorial/plugin-development/input-output/index.md

  Modified: tutorial/plugin-development/input-output/index.md (+1 -1)
===================================================================
--- tutorial/plugin-development/input-output/index.md    2014-02-05 16:45:06 +0900 (b4366db)
+++ tutorial/plugin-development/input-output/index.md    2014-02-05 16:46:36 +0900 (728928e)
@@ -171,7 +171,7 @@ module Droonga
 
     command "search" => :adapt_request
     def adapt_request(input_message)
-      $log.info "ExampleInputAdapterPlugin", message: input_message
+      $log.info "ExampleInputAdapterPlugin", :message => input_message
     end
   end
 end
-------------- next part --------------
HTML����������������������������...
Download 



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