fix bug in dht_error_alert

This commit is contained in:
Arvid Norberg 2014-01-31 06:01:29 +00:00
parent dc1eb02176
commit 3a03debcee
1 changed files with 1 additions and 1 deletions

View File

@ -543,7 +543,7 @@ namespace libtorrent {
{
const static char* const operation_names[] =
{
"unknown"
"unknown",
"hostname lookup"
};