[Groonga-commit] groonga/groonga at 450049f [master] object_inspect: use more meaningful name

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Feb 26 15:04:16 JST 2016


Kouhei Sutou	2016-02-26 15:04:16 +0900 (Fri, 26 Feb 2016)

  New Revision: 450049f94903c60921a11e09d9aef7dd8ac58151
  https://github.com/groonga/groonga/commit/450049f94903c60921a11e09d9aef7dd8ac58151

  Message:
    object_inspect: use more meaningful name

  Modified files:
    lib/proc/proc_object_inspect.c

  Modified: lib/proc/proc_object_inspect.c (+2 -2)
===================================================================
--- lib/proc/proc_object_inspect.c    2016-02-26 14:53:00 +0900 (11c70e0)
+++ lib/proc/proc_object_inspect.c    2016-02-26 15:04:16 +0900 (ecb8279)
@@ -90,7 +90,7 @@ command_object_inspect_table_hash_key(grn_ctx *ctx, grn_obj *obj)
 {
   grn_hash *hash = (grn_hash *)obj;
 
-  grn_ctx_output_map_open(ctx, "object", 4);
+  grn_ctx_output_map_open(ctx, "table", 4);
   {
     grn_ctx_output_cstr(ctx, "id");
     grn_ctx_output_uint64(ctx, grn_obj_id(ctx, obj));
@@ -124,7 +124,7 @@ command_object_inspect_table_pat_key(grn_ctx *ctx, grn_obj *obj)
 {
   grn_pat *pat = (grn_pat *)obj;
 
-  grn_ctx_output_map_open(ctx, "object", 4);
+  grn_ctx_output_map_open(ctx, "table", 4);
   {
     grn_ctx_output_cstr(ctx, "id");
     grn_ctx_output_uint64(ctx, grn_obj_id(ctx, obj));
-------------- next part --------------
HTML����������������������������...
Download 



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