From 60c4af2602e18933f2b795500f44c6613c852f45 Mon Sep 17 00:00:00 2001 From: Determinant Date: Mon, 19 Nov 2018 22:19:56 -0500 Subject: correctly use std::forward --- src/conn.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/conn.cpp') diff --git a/src/conn.cpp b/src/conn.cpp index b131684..51a5346 100644 --- a/src/conn.cpp +++ b/src/conn.cpp @@ -304,7 +304,6 @@ void ConnPool::del_conn(const conn_t &conn) { update_conn(conn, false); conn->release_self(); /* remove the self-cycle */ ::close(conn->fd); - SALTICIDAE_LOG_INFO("remove_conn: %s", std::string(*conn).c_str()); conn->fd = -1; } } -- cgit v1.2.3