mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
remove log output
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1805 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
00361c22a5
commit
74e20960c2
@ -548,7 +548,7 @@ struct in_addr getPreferredInterface() // returns best addr.
|
||||
{
|
||||
inet_aton((*it).c_str(), &addr);
|
||||
|
||||
std::cout << "Examining addr = " << (void*)addr.s_addr << std::endl ;
|
||||
//std::cout << "Examining addr = " << (void*)addr.s_addr << std::endl ;
|
||||
|
||||
// for windows silliness (returning 0.0.0.0 as valid addr!).
|
||||
if (addr.s_addr == 0)
|
||||
|
Loading…
Reference in New Issue
Block a user