Author: xor
Date: 2008-11-15 22:15:34 +0000 (Sat, 15 Nov 2008)
New Revision: 23610

Modified:
   trunk/plugins/WoT/IdentityParser.java
Log:
No need to log the exception *and* print a stack trace.

Modified: trunk/plugins/WoT/IdentityParser.java
===================================================================
--- trunk/plugins/WoT/IdentityParser.java       2008-11-15 22:11:09 UTC (rev 
23609)
+++ trunk/plugins/WoT/IdentityParser.java       2008-11-15 22:15:34 UTC (rev 
23610)
@@ -146,8 +146,7 @@
                                        Logger.error(this, "Unknown element in 
identity " + identity.getId() + ": " + elt_name);
                                
                        } catch (Exception e1) {
-                               Logger.error(this, "Parsing error",e1);
-                               e1.printStackTrace();
+                               Logger.error(this, "Parsing error", e1);
                        }
                }
        }

_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs

Reply via email to