Kouhei Sutou
null+****@clear*****
Mon Apr 8 22:38:01 JST 2013
Kouhei Sutou 2013-04-08 22:38:01 +0900 (Mon, 08 Apr 2013) New Revision: 1c1ce64426690cd3019eb884ca66aae4b0249850 https://github.com/mroonga/mroonga/commit/1c1ce64426690cd3019eb884ca66aae4b0249850 Message: Simplify Modified files: ha_mroonga.cpp Modified: ha_mroonga.cpp (+1 -1) =================================================================== --- ha_mroonga.cpp 2013-04-08 22:37:30 +0900 (b865341) +++ ha_mroonga.cpp 2013-04-08 22:38:01 +0900 (8dffee0) @@ -620,7 +620,7 @@ static void mrn_logger_log(grn_ctx *ctx, grn_log_level level, fprintf(mrn_log_file, "%s|%c|%08x|%s\n", timestamp, - *(level_marks + level), + level_marks[level], static_cast<uint>((ulong)(pthread_self())), message); fflush(mrn_log_file); -------------- next part -------------- HTML����������������������������...Descargar