[Groonga-commit] droonga/fluent-plugin-droonga at f255aae [master] Report unknown dataset name

Back to archive index

YUKI Hiroshi null+****@clear*****
Thu Dec 26 16:27:03 JST 2013


YUKI Hiroshi	2013-12-26 16:27:03 +0900 (Thu, 26 Dec 2013)

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

  Message:
    Report unknown dataset name

  Modified files:
    lib/droonga/catalog.rb

  Modified: lib/droonga/catalog.rb (+1 -1)
===================================================================
--- lib/droonga/catalog.rb    2013-12-26 16:25:49 +0900 (6fbe759)
+++ lib/droonga/catalog.rb    2013-12-26 16:27:03 +0900 (f59a6fa)
@@ -134,7 +134,7 @@ module Droonga
 
     def dataset(name)
       dataset = @catalog["datasets"][name]
-      raise UnknownDataset.new(dataset) unless dataset
+      raise UnknownDataset.new(name) unless dataset
       dataset
     end
 
-------------- next part --------------
HTML����������������������������...
下载 



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