Author: kkolinko
Date: Tue Jun 4 16:47:32 2013
New Revision: 1489512
URL: http://svn.apache.org/r1489512
Log:
Wrap line. (Followup to r1489408)
Modified:
tomcat/tc7.0.x/trunk/java/org/apache/juli/FileHandler.java
Modified: tomcat/tc7.0.x/trunk/java/org/apache/juli/FileHandler.java
URL:
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/java/org/apache/juli/FileHandler.java?rev=1489512&r1=1489511&r2=1489512&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/java/org/apache/juli/FileHandler.java (original)
+++ tomcat/tc7.0.x/trunk/java/org/apache/juli/FileHandler.java Tue Jun 4
16:47:32 2013
@@ -374,7 +374,8 @@ public class FileHandler
// Open the current log file
writerLock.writeLock().lock();
FileOutputStream fos = null;
- OutputStream os = null; try {
+ OutputStream os = null;
+ try {
File pathname = new File(dir.getAbsoluteFile(), prefix
+ (rotatable ? date : "") + suffix);
File parent = pathname.getParentFile();
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]