diff options
author | Damian Minkov <damencho@jitsi.org> | 2006-11-27 13:33:23 +0000 |
---|---|---|
committer | Damian Minkov <damencho@jitsi.org> | 2006-11-27 13:33:23 +0000 |
commit | ae88c21a11d7bb8234f41e2a44bb905ed4c72d9f (patch) | |
tree | f33efb247155c83a9ef87ad4fc5644d1c3623aa1 /src | |
parent | e140f8eef06868db35ce4f795beb7ee8e3dee0bb (diff) | |
download | jitsi-ae88c21a11d7bb8234f41e2a44bb905ed4c72d9f.zip jitsi-ae88c21a11d7bb8234f41e2a44bb905ed4c72d9f.tar.gz jitsi-ae88c21a11d7bb8234f41e2a44bb905ed4c72d9f.tar.bz2 |
More info on error
Diffstat (limited to 'src')
-rw-r--r-- | src/net/java/sip/communicator/impl/history/HistoryImpl.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/java/sip/communicator/impl/history/HistoryImpl.java b/src/net/java/sip/communicator/impl/history/HistoryImpl.java index e4df0cf..41a4d78 100644 --- a/src/net/java/sip/communicator/impl/history/HistoryImpl.java +++ b/src/net/java/sip/communicator/impl/history/HistoryImpl.java @@ -364,7 +364,7 @@ public class HistoryImpl implements History { } catch (Exception ex) { - System.out.println("not valid xml " + ex.getMessage()); + log.error("not valid xml " + str + " " + ex.getMessage()); return false; } |