updates to test

This commit is contained in:
Arvid Norberg
2008-01-08 05:46:20 +00:00
parent 4420473b88
commit 630ad7cc85

View File

@@ -36,6 +36,9 @@ void print_alerts(libtorrent::session& ses, char const* name, bool allow_disconn
|| a->msg() == "connecting to peer"
|| a->msg() == "closing connection to ourself"
|| a->msg() == "duplicate connection"
|| a->msg() == "duplicate peer-id, connection closed"
|| (allow_disconnects && a->msg() == "Broken pipe")
|| (allow_disconnects && a->msg() == "Connection reset by peer")
|| (allow_disconnects && a->msg() == "End of file."));
a = ses.pop_alert();
}