added missing string in state_change_alert
This commit is contained in:
@@ -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];
|
||||
|
Reference in New Issue
Block a user