fixed missing torrent_checked_alert

This commit is contained in:
Arvid Norberg 2008-04-16 07:02:39 +00:00
parent eb82e13357
commit 779b006ac0
1 changed files with 7 additions and 0 deletions

View File

@ -1565,6 +1565,13 @@ namespace aux {
m_queued_for_checking.pop_front();
if (!m_queued_for_checking.empty())
m_queued_for_checking.front()->start_checking();
if (m_alerts.should_post(alert::info))
{
m_alerts.post_alert(torrent_checked_alert(
t->get_handle()
, "torrent finished checking"));
}
}
torrent_handle session_impl::add_torrent(