Adds account JID information for the Jingle Nodes relay numbers logging.

cusax-fix
Sebastien Vincent 15 years ago
parent d7ad8e2090
commit cc075adead

@ -2073,7 +2073,8 @@ public void run()
{
logger.info("Jingle Nodes discovery terminated!");
logger.info("Found " + nodes.getRelayEntries().size() +
" Jingle Nodes relay");
" Jingle Nodes relay for account: " +
accountID.getAccountAddress());
}
service.addEntries(nodes);

Loading…
Cancel
Save