mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-11 17:04:31 -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.
|
||||
|
||||
#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;
|
||||
#endif
|
||||
|
||||
@ -693,7 +693,7 @@ int pqistreamer::handleoutgoing_locked()
|
||||
mPkt_wpending = NULL;
|
||||
mPkt_wpending_size = 0 ;
|
||||
|
||||
sent = true;
|
||||
sent = true;
|
||||
}
|
||||
}
|
||||
#ifdef DEBUG_PQISTREAMER
|
||||
|
Loading…
Reference in New Issue
Block a user