mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-12 01:14:29 -05:00
fixed debug output in pqistreamer
This commit is contained in:
parent
ffa28000e3
commit
d659f768b5
@ -683,7 +683,7 @@ int pqistreamer::handleoutgoing_locked()
|
|||||||
outSentBytes_locked(mPkt_wpending_size); // this is the only time where we know exactly what was sent.
|
outSentBytes_locked(mPkt_wpending_size); // this is the only time where we know exactly what was sent.
|
||||||
|
|
||||||
#ifdef DEBUG_TRANSFERS
|
#ifdef DEBUG_TRANSFERS
|
||||||
std::cerr << "pqistreamer::handleoutgoing_locked() Sent Packet len: " << mPkt_wpending_size << " @ " << RsUtil::AccurateTimeString();
|
std::cerr << "pqistreamer::handleoutgoing_locked() Sent Packet len: " << mPkt_wpending_size << " @ " << getCurrentTS();
|
||||||
std::cerr << std::endl;
|
std::cerr << std::endl;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user