[Groonga-mysql-commit] mroonga/mroonga [fix-for-visual-studio] fix log message for creating lexicon table.

Back to archive index

Tetsuro IKEDA null+****@clear*****
Thu Oct 4 10:19:02 JST 2012


Tetsuro IKEDA	2009-06-30 11:08:05 +0900 (Tue, 30 Jun 2009)

  New Revision: 94024c48d58c2c64086d89b9bce4f0efe52b5eaa
  https://github.com/mroonga/mroonga/commit/94024c48d58c2c64086d89b9bce4f0efe52b5eaa

  Log:
    fix log message for creating lexicon table.

  Modified files:
    src/driver.c

  Modified: src/driver.c (+1 -1)
===================================================================
--- src/driver.c    2009-06-29 18:34:32 +0900 (92ce02c)
+++ src/driver.c    2009-06-30 11:08:05 +0900 (819d656)
@@ -101,7 +101,7 @@ int mrn_init()
                                         GRN_OBJ_TABLE_PAT_KEY|GRN_OBJ_PERSISTENT,
                                         grn_ctx_at(&ctx,GRN_DB_SHORTTEXT), 0)))
     {
-      GRN_LOG(&ctx, GRN_LOG_NOTICE, "database created");
+      GRN_LOG(&ctx, GRN_LOG_NOTICE, "lexicon table created");
     }
     else
     {
-------------- next part --------------
HTML����������������������������...
Download 



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