fixed state changed alert since 'connecting' was removed

This commit is contained in:
Arvid Norberg 2008-08-18 18:04:04 +00:00
parent 59767d0e61
commit 29bf61d364
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ namespace libtorrent
virtual std::string message() const virtual std::string message() const
{ {
static char const* state_str[] = static char const* state_str[] =
{"checking (q)", "checking", "connecting", "dl metadata" {"checking (q)", "checking", "dl metadata"
, "downloading", "finished", "seeding", "allocating"}; , "downloading", "finished", "seeding", "allocating"};
return torrent_alert::message() + ": state changed to: " return torrent_alert::message() + ": state changed to: "