Navigation Menu

Skip to content

Commit

Permalink
fix typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Nov 23, 2011
1 parent f2634ea commit fa8c81f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ha_mroonga.cc
Expand Up @@ -215,7 +215,7 @@ static void mrn_log_file_update(THD *thd, struct st_mysql_sys_var *var,

old_value = strdup(*old_value_ptr);
GRN_LOG(&ctx, GRN_LOG_NOTICE,
"log file changed: <%s> -> <%s>",
"log file is changed: <%s> -> <%s>",
old_value, new_value);

my_free(*old_value_ptr, MYF(0));
Expand All @@ -230,7 +230,7 @@ static void mrn_log_file_update(THD *thd, struct st_mysql_sys_var *var,
pthread_mutex_unlock(&mrn_log_mutex);

GRN_LOG(&ctx, GRN_LOG_NOTICE,
"log file changed: <%s> -> <%s>",
"log file is changed: <%s> -> <%s>",
old_value, new_value);
free(old_value);
}
Expand Down

0 comments on commit fa8c81f

Please sign in to comment.