[Groonga-commit] groonga/groonga at e35827d [master] Use the same style in log message

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Mar 9 15:01:54 JST 2016


Kouhei Sutou	2016-03-09 15:01:54 +0900 (Wed, 09 Mar 2016)

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

  Message:
    Use the same style in log message

  Modified files:
    lib/proc.c

  Modified: lib/proc.c (+1 -1)
===================================================================
--- lib/proc.c    2016-03-09 15:01:14 +0900 (3e3c756)
+++ lib/proc.c    2016-03-09 15:01:54 +0900 (95d3d01)
@@ -230,7 +230,7 @@ grn_parse_column_create_flags(grn_ctx *ctx, const char *nptr, const char *end)
 #undef CHECK_FLAG
 
     ERR(GRN_INVALID_ARGUMENT,
-        "[column][create] invalid flag: <%.*s>",
+        "[column][create][flags] unknown flag: <%.*s>",
         (int)(end - nptr), nptr);
     return 0;
   }
-------------- next part --------------
HTML����������������������������...
Download 



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