[Groonga-commit] droonga/droonga-engine at 3a3f13f [master] Fix typo

Back to archive index

YUKI Hiroshi null+****@clear*****
Mon Sep 29 14:30:16 JST 2014


YUKI Hiroshi	2014-09-29 14:30:16 +0900 (Mon, 29 Sep 2014)

  New Revision: 3a3f13f8235329989dccac9ed30879bd63e3d5ff
  https://github.com/droonga/droonga-engine/commit/3a3f13f8235329989dccac9ed30879bd63e3d5ff

  Message:
    Fix typo

  Modified files:
    lib/droonga/serf_downloader.rb

  Modified: lib/droonga/serf_downloader.rb (+1 -1)
===================================================================
--- lib/droonga/serf_downloader.rb    2014-09-29 14:24:00 +0900 (2e357c2)
+++ lib/droonga/serf_downloader.rb    2014-09-29 14:30:16 +0900 (bb0896d)
@@ -66,7 +66,7 @@ module Droonga
         raise DownloadFailed.new("Couldn't download serf executable. Try it later.")
       end
     rescue Faraday::ConnectionFailed => network_error
-      logger.warn("Cinnection failed.")
+      logger.warn("Connection failed.")
       if @retry_count < MAX_RETRY_COUNT
         @retry_count += 1
         sleep(RETRY_INTERVAL * @retry_count)
-------------- next part --------------
HTML����������������������������...
Download 



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