aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/impl/gui/main/call/CallManager.java
diff options
context:
space:
mode:
authorLyubomir Marinov <lyubomir.marinov@jitsi.org>2013-12-16 15:57:59 +0200
committerLyubomir Marinov <lyubomir.marinov@jitsi.org>2013-12-16 15:57:59 +0200
commit0cd1075f19f17c82d63f708279b9afb4bf960a8e (patch)
treeccc2bc598448cba06ada350e4efbea17d7dcc77a /src/net/java/sip/communicator/impl/gui/main/call/CallManager.java
parentbbbf2a168ecf09392cb18143ff3a5d60522522e9 (diff)
downloadjitsi-0cd1075f19f17c82d63f708279b9afb4bf960a8e.zip
jitsi-0cd1075f19f17c82d63f708279b9afb4bf960a8e.tar.gz
jitsi-0cd1075f19f17c82d63f708279b9afb4bf960a8e.tar.bz2
Fixes an issue which could cause some participants in merged and cross-protocol calls to not hear others or not be heard by others.
Diffstat (limited to 'src/net/java/sip/communicator/impl/gui/main/call/CallManager.java')
-rw-r--r--src/net/java/sip/communicator/impl/gui/main/call/CallManager.java7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/net/java/sip/communicator/impl/gui/main/call/CallManager.java b/src/net/java/sip/communicator/impl/gui/main/call/CallManager.java
index bd6d217..3644125 100644
--- a/src/net/java/sip/communicator/impl/gui/main/call/CallManager.java
+++ b/src/net/java/sip/communicator/impl/gui/main/call/CallManager.java
@@ -2884,9 +2884,7 @@ public class CallManager
catch (OperationFailedException ofe)
{
logger.error(
- "Could not answer "
- + peer
- + " with video"
+ "Could not answer " + peer + " with video"
+ " because of the following exception: "
+ ofe);
}
@@ -2903,8 +2901,7 @@ public class CallManager
catch (OperationFailedException ofe)
{
logger.error(
- "Could not answer "
- + peer
+ "Could not answer " + peer
+ " because of the following exception: ",
ofe);
}