fix bug in dht_error_alert
This commit is contained in:
parent
dc1eb02176
commit
3a03debcee
|
@ -543,7 +543,7 @@ namespace libtorrent {
|
|||
{
|
||||
const static char* const operation_names[] =
|
||||
{
|
||||
"unknown"
|
||||
"unknown",
|
||||
"hostname lookup"
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue