[Groonga-commit] long-long-float/droonga-engine at 654f2b8 [master] Add missing parenthesis to method calls

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Aug 28 10:30:23 JST 2014


Kouhei Sutou	2014-08-28 10:30:23 +0900 (Thu, 28 Aug 2014)

  New Revision: 654f2b811ee61d452c30224346343021db53aaad
  https://github.com/long-long-float/droonga-engine/commit/654f2b811ee61d452c30224346343021db53aaad

  Merged 5be18f3: Merge branch 'master' of github.com:droonga/droonga-engine
  Merged 15fc80d: Merge branch 'master' of github.com:droonga/droonga-engine

  Message:
    Add missing parenthesis to method calls

  Modified files:
    bin/droonga-engine-join

  Modified: bin/droonga-engine-join (+2 -2)
===================================================================
--- bin/droonga-engine-join    2014-08-28 10:29:24 +0900 (3718650)
+++ bin/droonga-engine-join    2014-08-28 10:30:23 +0900 (3603c84)
@@ -60,8 +60,8 @@ source_node  = "#{options["replica-source-host"]}:#{options[:port]}/#{options[:t
 
 def run_remote_command(target, command, options)
   result = Droonga::Serf.send_query(target, command, options)
-  puts result[:result]
-  puts result[:error] unless result[:error].empty?
+  puts(result[:result])
+  puts(result[:error]) unless result[:error].empty?
   result[:response]
 end
 
-------------- next part --------------
HTML����������������������������...
Download 



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