Navigation Menu

Skip to content

Commit

Permalink
fix mrn_log_level_str.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tetsuro IKEDA committed Sep 3, 2009
1 parent 6a920cc commit 8e5ffd1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions driver.c
Expand Up @@ -26,6 +26,7 @@ grn_logger_info mrn_logger_info = {

const char *mrn_log_level_str[] =
{
"NONE",
"EMERG",
"ARERT",
"CRIT",
Expand Down
1 change: 1 addition & 0 deletions driver.h
Expand Up @@ -193,5 +193,6 @@ extern const char *mrn_logfile_name;
extern FILE *mrn_logfile;

extern grn_logger_info mrn_logger_info;
extern const char *mrn_log_level_str[];

#endif /* _driver_h */
2 changes: 1 addition & 1 deletion test/unit/test-driver.c
Expand Up @@ -912,5 +912,5 @@ void test_get_data_type()
cut_assert_not_null(grn_ctx_at(ctx, GRN_DB_UNIGRAM));
cut_assert_not_null(grn_ctx_at(ctx, GRN_DB_BIGRAM));
cut_assert_not_null(grn_ctx_at(ctx, GRN_DB_TRIGRAM));
cut_assert_not_null(grn_ctx_at(ctx, GRN_DB_MECAB));
// cut_assert_not_null(grn_ctx_at(ctx, GRN_DB_MECAB));
}

0 comments on commit 8e5ffd1

Please sign in to comment.