moved piece_finished_alert to debug level

This commit is contained in:
Arvid Norberg 2007-10-03 23:15:13 +00:00
parent 51f12e774e
commit c4c8d0f533
2 changed files with 2 additions and 2 deletions

View File

@ -191,7 +191,7 @@ namespace libtorrent
const torrent_handle& h
, int piece_num
, const std::string& msg)
: torrent_alert(h, alert::warning, msg)
: torrent_alert(h, alert::debug, msg)
, piece_index(piece_num)
{ assert(piece_index >= 0);}

View File

@ -825,7 +825,7 @@ namespace libtorrent
if (passed_hash_check)
{
if (m_ses.m_alerts.should_post(alert::info))
if (m_ses.m_alerts.should_post(alert::debug))
{
m_ses.m_alerts.post_alert(piece_finished_alert(get_handle()
, index, "piece finished"));