forked from mirror/monocles_chat_clean
improved jingle debugging
This commit is contained in:
parent
0742dd16f9
commit
bd2a1d2378
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue