added missing string in state_change_alert
This commit is contained in:
parent
4b738fca7a
commit
96e34b80b2
|
@ -211,7 +211,8 @@ namespace libtorrent
|
|||
{
|
||||
static char const* state_str[] =
|
||||
{"checking (q)", "checking", "dl metadata"
|
||||
, "downloading", "finished", "seeding", "allocating"};
|
||||
, "downloading", "finished", "seeding", "allocating"
|
||||
, "checking (r)"};
|
||||
|
||||
return torrent_alert::message() + ": state changed to: "
|
||||
+ state_str[state];
|
||||
|
|
Loading…
Reference in New Issue