Skip to content
Snippets Groups Projects
Verified Commit 32ada518 authored by akwizgran's avatar akwizgran
Browse files

Log transport ID with number of connected contacts.

parent 7734a62c
No related branches found
No related tags found
No related merge requests found
......@@ -106,7 +106,7 @@ class ConnectionRegistryImpl implements ConnectionRegistry {
if (m == null) return Collections.emptyList();
List<ContactId> ids = new ArrayList<>(m.keySet());
if (LOG.isLoggable(INFO))
LOG.info(ids.size() + " contacts connected");
LOG.info(ids.size() + " contacts connected: " + t);
return ids;
} finally {
lock.unlock();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment