Kouhei Sutou
null+****@clear*****
Mon May 20 12:21:02 JST 2013
Kouhei Sutou 2013-05-20 12:21:02 +0900 (Mon, 20 May 2013) New Revision: a2129e8c7c984e22db799728e9b009b0db9d7680 https://github.com/mroonga/mroonga/commit/a2129e8c7c984e22db799728e9b009b0db9d7680 Message: Add a missing space Modified files: ha_mroonga.cpp Modified: ha_mroonga.cpp (+1 -1) =================================================================== --- ha_mroonga.cpp 2013-05-20 11:08:07 +0900 (86fca83) +++ ha_mroonga.cpp 2013-05-20 12:21:02 +0900 (ec33876) @@ -8387,7 +8387,7 @@ void ha_mroonga::mkdir_p(const char *directory) DBUG_PRINT("info", ("mroonga: created directory: <%s>", sub_directory)); GRN_LOG(ctx, GRN_LOG_INFO, "created directory: <%s>", sub_directory); - } else{ + } else { DBUG_PRINT("error", ("mroonga: failed to create directory: <%s>: <%s>", sub_directory, strerror(errno))); -------------- next part -------------- HTML����������������������������...Download