improved error reporting on http seed failures

This commit is contained in:
Arvid Norberg
2007-03-06 23:56:17 +00:00
parent 0fe9f53410
commit b17710df09
2 changed files with 10 additions and 3 deletions

View File

@@ -2614,7 +2614,7 @@ It contains ``url`` to the HTTP seed that failed along with an error message.
struct url_seed_alert: torrent_alert
{
url_seed_alert(torrent_handle const& h, std::string const& h
url_seed_alert(torrent_handle const& h, std::string const& url
, const std::string& msg);
virtual std::auto_ptr<alert> clone() const;