fixed typo in ut_metadata

This commit is contained in:
Arvid Norberg 2011-01-28 03:49:20 +00:00
parent a0338f6d24
commit 2218b13ba0
1 changed files with 1 additions and 1 deletions

View File

@ -303,7 +303,7 @@ namespace libtorrent { namespace
return true;
}
int type = type_ent->integer();
int piece = type_ent->integer();
int piece = piece_ent->integer();
#ifdef TORRENT_VERBOSE_LOGGING
(*m_pc.m_logger) << time_now_string() << " <== UT_METADATA [ "