[Groonga-mysql-commit] mroonga/mroonga [fix-for-visual-studio] fix typos.

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Oct 4 10:32:19 JST 2012


Kouhei Sutou	2011-11-23 16:02:47 +0900 (Wed, 23 Nov 2011)

  New Revision: fa8c81f2332e0590ed642752715ef806e7cbb42c
  https://github.com/mroonga/mroonga/commit/fa8c81f2332e0590ed642752715ef806e7cbb42c

  Log:
    fix typos.

  Modified files:
    ha_mroonga.cc

  Modified: ha_mroonga.cc (+2 -2)
===================================================================
--- ha_mroonga.cc    2011-11-23 15:59:12 +0900 (579ea17)
+++ ha_mroonga.cc    2011-11-23 16:02:47 +0900 (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);
   }
-------------- next part --------------
HTML����������������������������...
下載 



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