ceki 2003/02/17 16:30:38
Modified: src/java/org/apache/log4j DailyRollingFileAppender.java
Log:
Fixed typos as reported by Rob Biedenharn (bug #17144)
Revision Changes Path
1.22 +5 -5
jakarta-log4j/src/java/org/apache/log4j/DailyRollingFileAppender.java
Index: DailyRollingFileAppender.java
===================================================================
RCS file:
/home/cvs/jakarta-log4j/src/java/org/apache/log4j/DailyRollingFileAppender.java,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- DailyRollingFileAppender.java 9 Oct 2002 22:50:02 -0000 1.21
+++ DailyRollingFileAppender.java 18 Feb 2003 00:30:38 -0000 1.22
@@ -74,10 +74,10 @@
<td>Rollover at midnight each day.</td>
- <td>At midnight, on March 8th, 2002, <code>/foo/bar.log</code> will
- be copied to <code>/foo/bar.log.2002-03-08</code>. Logging for the
- 9th day of March will be output to <code>/foo/bar.log</code> until
- it is rolled over the next day.
+ <td>At 00:00 AM March 8th, 2002, <code>/foo/bar.log</code> will be
+ copied to <code>/foo/bar.log.2002-03-07</code>. Logging for the 8th
+ day of March will be output to <code>/foo/bar.log</code> until it
+ is rolled over the next day.
<tr>
<td><code>'.'yyyy-MM-dd-a</code>
@@ -108,7 +108,7 @@
<td>At approximately 11:23,000, on March 9th, 2001,
<code>/foo/bar.log</code> will be copied to
- <code>/foo/bar.log.2001-03-09-10-22</code>. Logging for the minute
+ <code>/foo/bar.log.2001-03-09-11-22</code>. Logging for the minute
of 11:23 (9th of March) will be output to
<code>/foo/bar.log</code> until it is rolled over the next minute.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]