lt sync 2080
This commit is contained in:
parent
e033024fbd
commit
53c5ad79c6
|
@ -230,6 +230,8 @@ private:
|
|||
|
||||
mutex_t::scoped_lock l(m_mutex);
|
||||
INVARIANT_CHECK;
|
||||
if (m_abort) return;
|
||||
|
||||
TORRENT_ASSERT(!m_history.empty());
|
||||
|
||||
ptime now(time_now());
|
||||
|
|
|
@ -1028,7 +1028,7 @@ namespace detail
|
|||
if (m_alerts.should_post(alert::fatal))
|
||||
{
|
||||
std::string msg = "error accepting connection on '"
|
||||
+ boost::lexical_cast<std::string>(ep) + "' " + ec.message();
|
||||
+ boost::lexical_cast<std::string>(ep) + "' " + e.message();
|
||||
m_alerts.post_alert(listen_failed_alert(ep, msg));
|
||||
}
|
||||
return;
|
||||
|
|
Loading…
Reference in New Issue