fixed so that both session constructors initializes boost.filesystem. Fixed the case where the file check throws exceptions, the torrent is no longer removed, but paused

This commit is contained in:
Arvid Norberg
2006-12-30 23:02:21 +00:00
parent a78ef76592
commit d58c6d2e31
5 changed files with 72 additions and 9 deletions

View File

@@ -789,6 +789,10 @@ int main(int ac, char* av[])
events.push_back(now + ": " + identify_client(p->pid)
+ ": " + a->msg());
}
else if (tracker_warning_alert* p = dynamic_cast<tracker_warning_alert*>(a.get()))
{
events.push_back(now + ": tracker message: " + p->msg());
}
else
{
events.push_back(now + ": " + a->msg());