[Groonga-commit] pgroonga/pgroonga at 3c529aa [master] Fix a typo

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Dec 16 10:30:27 JST 2016


Kouhei Sutou	2016-12-16 10:30:27 +0900 (Fri, 16 Dec 2016)

  New Revision: 3c529aa5ca3c4734434639158609fe369472e818
  https://github.com/pgroonga/pgroonga/commit/3c529aa5ca3c4734434639158609fe369472e818

  Message:
    Fix a typo

  Modified files:
    src/pgrn_wal.c

  Modified: src/pgrn_wal.c (+1 -1)
===================================================================
--- src/pgrn_wal.c    2016-12-01 21:42:21 +0900 (028bfa3)
+++ src/pgrn_wal.c    2016-12-16 10:30:27 +0900 (96fca74)
@@ -859,7 +859,7 @@ PGrnWALApplyKeyEqual(const char *context,
 		ereport(ERROR,
 				(errcode(ERRCODE_INVALID_PARAMETER_VALUE),
 				 errmsg("pgroonga: WAL: apply: %s%s"
-						"key must be map: <%#x>",
+						"key must be string: <%#x>",
 						context ? context : "",
 						context ? ": " : "",
 						key->type)));
-------------- next part --------------
HTML����������������������������...
다운로드 



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