Author: j16sdiz
Date: 2008-11-09 12:06:20 +0000 (Sun, 09 Nov 2008)
New Revision: 23441

Modified:
   trunk/freenet/src/freenet/support/FileLoggerHook.java
Log:
oops, fix logging

Modified: trunk/freenet/src/freenet/support/FileLoggerHook.java
===================================================================
--- trunk/freenet/src/freenet/support/FileLoggerHook.java       2008-11-08 
22:53:23 UTC (rev 23440)
+++ trunk/freenet/src/freenet/support/FileLoggerHook.java       2008-11-09 
12:06:20 UTC (rev 23441)
@@ -269,6 +269,7 @@
                                                        currentFilename = 
rotateLog(currentFilename, lastTime, nextHour, gc);

                                                        gc.add(INTERVAL, 
INTERVAL_MULTIPLIER);
+                                                       lastTime = nextHour;
                                                        nextHour = 
gc.getTimeInMillis();

                                                        
if(switchedBaseFilename) {


Reply via email to