UltraMonkey-L7 V3(multi-thread implementation)
Revision | be571bc6d898c99731201ec5bc8baa846ee29697 (tree) |
---|---|
Time | 2012-08-24 14:10:05 |
Author | Hiroaki Nakano <nakano.hiroaki@nttc...> |
Commiter | Hiroaki Nakano |
debug用に変更したログレベルを元に戻す
Signed-off-by: Hiroaki Nakano <nakano.hiroaki@nttcom.co.jp>
@@ -1205,7 +1205,7 @@ void tcp_session::up_thread_client_accept_fail_event(const TCP_PROCESS_TYPE_TAG | ||
1205 | 1205 | |
1206 | 1206 | boost::format fmt("Thread ID[%d] tcp_ssl_socket::handshake[%s]"); |
1207 | 1207 | fmt % boost::this_thread::get_id() % handshake_error_code.message(); |
1208 | - Logger::putLogError(LOG_CAT_L7VSD_SESSION, 71, fmt.str(), __FILE__, __LINE__); | |
1208 | + Logger::putLogInfo(LOG_CAT_L7VSD_SESSION, 71, fmt.str(), __FILE__, __LINE__); | |
1209 | 1209 | |
1210 | 1210 | } |
1211 | 1211 | up_thread_next_call_function = up_thread_function_array[func_tag]; |