print less in test_swarm.cpp

This commit is contained in:
Arvid Norberg 2011-04-10 00:41:16 +00:00
parent 6903e0495e
commit ad2f4d1697
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ void test_swarm(bool super_seeding = false, bool strict = false, bool seed_mode
boost::tie(tor1, tor2, tor3) = setup_transfer(&ses1, &ses2, &ses3, true
, false, true, "_swarm", 32 * 1024, 0, super_seeding, &p);
int mask = alert::all_categories & ~(alert::progress_notification | alert::performance_warning);
int mask = alert::all_categories & ~(alert::progress_notification | alert::performance_warning | alert::stats_notification);
ses1.set_alert_mask(mask);
ses2.set_alert_mask(mask);
ses3.set_alert_mask(mask);