[Groonga-commit] groonga/groonga at 4b89648 [master] Split target and action

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Feb 8 17:06:10 JST 2016


Kouhei Sutou	2016-02-08 17:06:10 +0900 (Mon, 08 Feb 2016)

  New Revision: 4b89648ba52b162c59a043750cdbb2a7b428aea0
  https://github.com/groonga/groonga/commit/4b89648ba52b162c59a043750cdbb2a7b428aea0

  Message:
    Split target and action

  Modified files:
    lib/proc/proc_object.c

  Modified: lib/proc/proc_object.c (+1 -1)
===================================================================
--- lib/proc/proc_object.c    2016-02-08 17:05:51 +0900 (e024f40)
+++ lib/proc/proc_object.c    2016-02-08 17:06:10 +0900 (3e27aa6)
@@ -34,7 +34,7 @@ command_object_exist(grn_ctx *ctx,
   name = grn_plugin_proc_get_var(ctx, user_data, "name", -1);
   if (GRN_TEXT_LEN(name) == 0) {
     GRN_PLUGIN_ERROR(ctx, GRN_INVALID_ARGUMENT,
-                     "[object_exist] name is missing");
+                     "[object][exist] name is missing");
     grn_ctx_output_bool(ctx, GRN_FALSE);
     return NULL;
   }
-------------- next part --------------
HTML����������������������������...
Download 



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