*** empty log message ***

This commit is contained in:
Arvid Norberg
2003-11-05 17:42:27 +00:00
parent 2ce4802cf1
commit f495117e39
2 changed files with 18 additions and 1 deletions

View File

@@ -79,6 +79,7 @@ namespace libtorrent
{
void checker_impl::operator()()
{
eh_initializer();
for (;;)
{
piece_checker_data* t;
@@ -176,6 +177,7 @@ namespace libtorrent
void session_impl::operator()()
{
eh_initializer();
#if defined(TORRENT_VERBOSE_LOGGING)
m_logger = create_log("main session");
#endif