mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-29 08:37:36 -04:00
Broadcast discovery improve debug message
This commit is contained in:
parent
7eaa7d8c8c
commit
944fc42c69
1 changed files with 2 additions and 2 deletions
|
@ -158,9 +158,9 @@ void BroadcastDiscoveryService::data_tick()
|
||||||
{
|
{
|
||||||
for (auto&& pp : mChangedData)
|
for (auto&& pp : mChangedData)
|
||||||
{
|
{
|
||||||
std::cout << __PRETTY_FUNCTION__ << " Got: >>>" << pp.second
|
std::cerr << __PRETTY_FUNCTION__ << " Got >>>" << pp.second
|
||||||
<< "<<< from: " << UDC::IpToString(pp.first.ip())
|
<< "<<< from: " << UDC::IpToString(pp.first.ip())
|
||||||
<< std::endl;
|
<< ":" << pp.first.port() << std::endl;
|
||||||
|
|
||||||
RsBroadcastDiscoveryResult rbdr =
|
RsBroadcastDiscoveryResult rbdr =
|
||||||
createResult(pp.first, pp.second);
|
createResult(pp.first, pp.second);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue