suppressed printf

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2252 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2010-02-09 13:14:47 +00:00
parent a8cdbfbde1
commit 822d25b294

View File

@ -579,7 +579,9 @@ struct in_addr getPreferredInterface() // returns best addr.
{
if (!found_ext)
{
#ifdef NET_DEBUG
std::cerr << "Found external address " << (void*)addr.s_addr << std::endl ;
#endif
found_ext = true;
addr_ext = addr;
}