Author: xor
Date: 2008-11-15 17:47:51 +0000 (Sat, 15 Nov 2008)
New Revision: 23600

Modified:
   trunk/plugins/WoT/WoT.java
Log:
Bugfix: Log the right exception.

Modified: trunk/plugins/WoT/WoT.java
===================================================================
--- trunk/plugins/WoT/WoT.java  2008-11-15 17:34:09 UTC (rev 23599)
+++ trunk/plugins/WoT/WoT.java  2008-11-15 17:47:51 UTC (rev 23600)
@@ -839,7 +839,7 @@
                                        seed = new Identity(new 
FreenetURI(seedURI), null, true);
                                        
seed.setEdition(seed.getRequestURI().getSuggestedEdition());
                                } catch (Exception e1) { // Should never happen
-                                       Logger.error(this, "Seed identity 
creation error", e);
+                                       Logger.error(this, "Seed identity 
creation error", e1);
                                        return null;
                                }
                                db.store(seed);

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

Reply via email to