improved jingle debugging

This commit is contained in:
Daniel Gultsch 2019-09-29 13:32:45 +02:00
parent aef394c9f0
commit d2d9bbe3da

View file

@ -320,7 +320,7 @@ public class JingleConnection implements Transferable {
@Override
public void failed() {
Log.d(Config.LOGTAG, "connection to our own proxy65 candidate failed");
Log.d(Config.LOGTAG, String.format("connection to our own proxy65 candidate failed (%s:%d)", candidate.getHost(), candidate.getPort()));
sendInitRequest();
}