null+****@clear*****
null+****@clear*****
2011年 11月 23日 (水) 16:02:47 JST
Kouhei Sutou 2011-11-23 07:02:47 +0000 (Wed, 23 Nov 2011)
New Revision: fa8c81f2332e0590ed642752715ef806e7cbb42c
Log:
fix typos.
Modified files:
ha_mroonga.cc
Modified: ha_mroonga.cc (+2 -2)
===================================================================
--- ha_mroonga.cc 2011-11-23 06:59:12 +0000 (579ea17)
+++ ha_mroonga.cc 2011-11-23 07:02:47 +0000 (834cefc)
@@ -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));
@@ -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);
}