Author: xor
Date: 2008-11-14 19:18:04 +0000 (Fri, 14 Nov 2008)
New Revision: 23593

Modified:
   trunk/plugins/WoT/introduction/IntroductionServer.java
Log:
Move logging to the right place.

Modified: trunk/plugins/WoT/introduction/IntroductionServer.java
===================================================================
--- trunk/plugins/WoT/introduction/IntroductionServer.java      2008-11-14 
18:45:43 UTC (rev 23592)
+++ trunk/plugins/WoT/introduction/IntroductionServer.java      2008-11-14 
19:18:04 UTC (rev 23593)
@@ -227,6 +227,7 @@
                
                                        db.store(p);
                                        db.commit();
+                                       Logger.debug(this, "Successful insert 
of puzzle from " + identity.getNickName() + ": " + p.getRequestURI());
                                }
                                catch(InsertException e) {
                                        if(e.errorCodes.getFirstCode() == 
InsertException.COLLISION)
@@ -238,8 +239,6 @@
                                }
                        }
                        while(retryWithNewIndex);
-
-                       Logger.debug(this, "Successful insert of puzzle from " 
+ identity.getNickName() + ": " + p.getRequestURI());
                }
                finally {
                        tempB.free();

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

Reply via email to