[Groonga-commit] groonga/groonga at c03c79a [master] Fix inverted error message

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Oct 7 14:23:23 JST 2015


Kouhei Sutou	2015-10-07 14:23:23 +0900 (Wed, 07 Oct 2015)

  New Revision: c03c79ac72ffb3ee953c572287f1eede0eaedc70
  https://github.com/groonga/groonga/commit/c03c79ac72ffb3ee953c572287f1eede0eaedc70

  Message:
    Fix inverted error message

  Modified files:
    lib/expr.c

  Modified: lib/expr.c (+1 -1)
===================================================================
--- lib/expr.c    2015-10-07 12:49:42 +0900 (9f8e4fd)
+++ lib/expr.c    2015-10-07 14:23:23 +0900 (8951148)
@@ -443,7 +443,7 @@ grn_expr_create(grn_ctx *ctx, const char *name, unsigned int name_size)
   }
   if (name_size) {
     ERR(GRN_FUNCTION_NOT_IMPLEMENTED,
-        "[expr][create] anonymous expression isn't implemented yet");
+        "[expr][create] named expression isn't implemented yet");
     return NULL;
   }
   GRN_API_ENTER;
-------------- next part --------------
HTML����������������������������...
Download 



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