[Groonga-commit] groonga/groonga at b63d943 [master] Simplify error message

Back to archive index

Kouhei Sutou null+****@clear*****
Sat Feb 20 18:43:56 JST 2016


Kouhei Sutou	2016-02-20 18:43:56 +0900 (Sat, 20 Feb 2016)

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

  Message:
    Simplify error message

  Modified files:
    lib/grn_ecmascript.lemon

  Modified: lib/grn_ecmascript.lemon (+1 -2)
===================================================================
--- lib/grn_ecmascript.lemon    2016-02-20 18:42:29 +0900 (1ae46cf)
+++ lib/grn_ecmascript.lemon    2016-02-20 18:43:56 +0900 (69a6c55)
@@ -409,8 +409,7 @@ property_name_and_value ::= property_name COLON assignment_expression. {
 
   if (!efsi->hash_args) {
     ERR(GRN_NO_MEMORY_AVAILABLE,
-        "couldn't create hash table for parsing object literal arguments: "
-        "<%.*s>",
+        "couldn't create hash table for parsing object literal: <%.*s>",
         (int)(efsi->str_end - efsi->str), efsi->str);
   } else {
     grn_obj *buf;
-------------- next part --------------
HTML����������������������������...
Download 



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