aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/impl/callhistory
diff options
context:
space:
mode:
authorYana Stamcheva <yana@jitsi.org>2010-11-22 18:25:32 +0000
committerYana Stamcheva <yana@jitsi.org>2010-11-22 18:25:32 +0000
commit7b7f25d701d3803659cb7f4d4a044992e66a61a1 (patch)
tree69d9481594fa4b49f4037acd0989ff90560310f0 /src/net/java/sip/communicator/impl/callhistory
parentd953ff7360c1bfb5606d5b220aac72f4426dba75 (diff)
downloadjitsi-7b7f25d701d3803659cb7f4d4a044992e66a61a1.zip
jitsi-7b7f25d701d3803659cb7f4d4a044992e66a61a1.tar.gz
jitsi-7b7f25d701d3803659cb7f4d4a044992e66a61a1.tar.bz2
Log moved to the good place.
Diffstat (limited to 'src/net/java/sip/communicator/impl/callhistory')
-rw-r--r--src/net/java/sip/communicator/impl/callhistory/CallHistoryServiceImpl.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/net/java/sip/communicator/impl/callhistory/CallHistoryServiceImpl.java b/src/net/java/sip/communicator/impl/callhistory/CallHistoryServiceImpl.java
index 54ef4b6..a53e3b0 100644
--- a/src/net/java/sip/communicator/impl/callhistory/CallHistoryServiceImpl.java
+++ b/src/net/java/sip/communicator/impl/callhistory/CallHistoryServiceImpl.java
@@ -431,14 +431,14 @@ public class CallHistoryServiceImpl
{
callPeerEndValue
= new Date(Long.parseLong(callPeerEnd.get(i)));
- if (logger.isInfoEnabled())
- logger.info(
- "Call history end time list different from ids list: "
- + hr.toString());
}
else
{
callPeerEndValue = result.getEndTime();
+ if (logger.isInfoEnabled())
+ logger.info(
+ "Call history end time list different from ids list: "
+ + hr.toString());
}
CallPeerRecordImpl cpr =