donaldp 02/05/16 14:09:06
Modified: src/java/org/apache/log/output/io FileTarget.java
Log:
*grumble* reverting patch applied to wrong file.
Revision Changes Path
1.13 +0 -4
jakarta-avalon-logkit/src/java/org/apache/log/output/io/FileTarget.java
Index: FileTarget.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-logkit/src/java/org/apache/log/output/io/FileTarget.java,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- FileTarget.java 16 May 2002 21:05:45 -0000 1.12
+++ FileTarget.java 16 May 2002 21:09:06 -0000 1.13
@@ -83,10 +83,6 @@
final File file = getFile().getCanonicalFile();
- * <p> The initial rotation
- * can be set to -1 in which case the system will first create the maximum
- * number of file rotations by selecting the next available rotation and
thereafter
- * will overwrite the oldest log file.
final File parent = file.getParentFile();
if( null != parent && !parent.exists() )
{
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>