[Groonga-commit] groonga/groonga at 05d5e20 [master] object_inspect: add missing tag

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Feb 26 14:49:54 JST 2016


Kouhei Sutou	2016-02-26 14:49:54 +0900 (Fri, 26 Feb 2016)

  New Revision: 05d5e203577fee092f23dc888a710ef1b7089ce8
  https://github.com/groonga/groonga/commit/05d5e203577fee092f23dc888a710ef1b7089ce8

  Message:
    object_inspect: add missing tag

  Modified files:
    lib/proc/proc_object_inspect.c

  Modified: lib/proc/proc_object_inspect.c (+1 -1)
===================================================================
--- lib/proc/proc_object_inspect.c    2016-02-26 14:47:24 +0900 (05bb580)
+++ lib/proc/proc_object_inspect.c    2016-02-26 14:49:54 +0900 (9a7fa49)
@@ -157,7 +157,7 @@ command_object_inspect(grn_ctx *ctx,
     if (!target) {
       GRN_PLUGIN_ERROR(ctx,
                        GRN_INVALID_ARGUMENT,
-                       "[inspect] nonexistent target: <%.*s>",
+                       "[object][inspect] nonexistent target: <%.*s>",
                        (int)GRN_TEXT_LEN(name),
                        GRN_TEXT_VALUE(name));
       grn_ctx_output_null(ctx);
-------------- next part --------------
HTML����������������������������...
Download 



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