mirror of https://github.com/aria2/aria2
2008-05-17 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
Added the debug log message. * src/BtPieceMessage.cc (doReceivedAction)pull/1/head
parent
4b3e582542
commit
9787a7a5b0
|
@ -1,3 +1,8 @@
|
||||||
|
2008-05-17 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
|
||||||
|
|
||||||
|
Added the debug log message.
|
||||||
|
* src/BtPieceMessage.cc (doReceivedAction)
|
||||||
|
|
||||||
2008-05-17 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
|
2008-05-17 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
|
||||||
|
|
||||||
Sorted DHTPeerAnnounceEntry in a ascending order of info hash and
|
Sorted DHTPeerAnnounceEntry in a ascending order of info hash and
|
||||||
|
|
|
@ -104,6 +104,9 @@ void BtPieceMessage::doReceivedAction() {
|
||||||
onWrongPiece(piece);
|
onWrongPiece(piece);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
logger->debug("CUID#%d - RequestSlot not found, index=%d, begin=%d",
|
||||||
|
cuid, index, begin);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue