Navigation Menu

Skip to content

Commit

Permalink
fix log message for creating lexicon table.
Browse files Browse the repository at this point in the history
  • Loading branch information
ikdttr committed Jun 30, 2009
1 parent f5215b7 commit 94024c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/driver.c
Expand Up @@ -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
{
Expand Down

0 comments on commit 94024c4

Please sign in to comment.