mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-23 06:31:20 -04:00
i2pbob: remove sockaddr_storage_tostring
This commit is contained in:
parent
ebc5a116b2
commit
f88527dbd7
1 changed files with 1 additions and 1 deletions
|
@ -936,7 +936,7 @@ void p3I2pBob::finalizeSettings_locked()
|
|||
sockaddr_storage_setipv4(mI2PProxyAddr, (sockaddr_in*)&proxy);
|
||||
sockaddr_storage_setport(mI2PProxyAddr, 2827);
|
||||
|
||||
RS_DBG4("using ", sockaddr_storage_tostring(mI2PProxyAddr));
|
||||
RS_DBG4("using ", mI2PProxyAddr);
|
||||
RS_DBG4("using ", mSetting.address.base32);
|
||||
|
||||
peerState ps;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue