Task Scheduler, log viewer pops up and disapperes. good good

git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@308 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
rakshasa
2005-02-26 21:58:59 +00:00
parent 9fe97ee490
commit ef3a8fcd83
15 changed files with 221 additions and 49 deletions
+4 -1
View File
@@ -21,8 +21,11 @@ print_download_status(core::Download* d) {
} else if (!d->get_download().is_active()) {
str << "Inactive";
} else {
} else if (!d->get_tracker_msg().empty()) {
str << "Tracker: " << d->get_tracker_msg();
} else {
str << "---";
}
return str.str();