* Optimized bencode read skip function.

* Fixed various bugs in the new dht/static map implementation.


git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@1140 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
rakshasa
2010-03-04 17:35:46 +00:00
parent 44e77016a9
commit df4c0ce67b
-3
View File
@@ -314,9 +314,6 @@ DownloadFactory::receive_success() {
void
DownloadFactory::receive_failed(const std::string& msg) {
if (m_stream == NULL)
throw torrent::internal_error("DownloadFactory::receive_success() called on an object with m_stream == NULL");
// Add message to log.
if (m_printLog) {
m_manager->get_log_important().push_front(msg + ": \"" + m_uri + "\"");