Author: xor
Date: 2008-11-11 12:51:09 +0000 (Tue, 11 Nov 2008)
New Revision: 23483

Modified:
   trunk/plugins/WoT/IdentityInserter.java
Log:
Log exceptions.

Modified: trunk/plugins/WoT/IdentityInserter.java
===================================================================
--- trunk/plugins/WoT/IdentityInserter.java     2008-11-11 12:44:42 UTC (rev 
23482)
+++ trunk/plugins/WoT/IdentityInserter.java     2008-11-11 12:51:09 UTC (rev 
23483)
@@ -177,7 +177,11 @@
                        
                        // Logging
                        Logger.debug(this, "Successful insert of identity '" + 
identity.getNickName() + "'");
-               } finally {
+               }
+               catch(Exception e) {
+                       Logger.error(this,"Error during insert of identity '" + 
identity.getNickName() + "'", e);
+               }
+               finally {
                        tempB.free();           
                }
        }

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

Reply via email to