mirror of https://github.com/aria2/aria2
2008-02-05 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
Removed unnecessary cerr. * src/DownloadEngine.ccpull/1/head
parent
bdb1a25ca7
commit
7b0a940ab4
|
@ -1,3 +1,8 @@
|
||||||
|
2008-02-05 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
|
||||||
|
|
||||||
|
Removed unnecessary cerr.
|
||||||
|
* src/DownloadEngine.cc
|
||||||
|
|
||||||
2008-02-05 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
|
2008-02-05 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
|
||||||
|
|
||||||
Catch exception inside DHTMessageReceiver::receiveMessage().
|
Catch exception inside DHTMessageReceiver::receiveMessage().
|
||||||
|
|
|
@ -135,7 +135,6 @@ void DownloadEngine::run() {
|
||||||
noWait = false;
|
noWait = false;
|
||||||
calculateStatistics();
|
calculateStatistics();
|
||||||
}
|
}
|
||||||
cerr << commands.size() << endl;
|
|
||||||
onEndOfRun();
|
onEndOfRun();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue