improved logging of picking the right Igtimi WebSocket server

This commit is contained in:
Axel Uhl
2014-07-15 17:08:12 +02:00
parent 6ee1305c81
commit 1164b573fe
@@ -509,6 +509,7 @@ public class IgtimiConnectionFactoryImpl implements IgtimiConnectionFactory {
return o1Score - o2Score;
}
});
logger.info("Trying Igtimi WebSocket servers in the following order: "+result);
return result;
}