mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-03-18 11:30:44 +01:00
Move AdvertiseLocal debug output to net category
This commit is contained in:
@@ -216,7 +216,7 @@ void AdvertiseLocal(CNode *pnode)
|
||||
}
|
||||
if (addrLocal.IsRoutable())
|
||||
{
|
||||
LogPrintf("AdvertiseLocal: advertising address %s\n", addrLocal.ToString());
|
||||
LogPrint("net", "AdvertiseLocal: advertising address %s\n", addrLocal.ToString());
|
||||
pnode->PushAddress(addrLocal);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user