|
@@ -62,7 +62,7 @@ public class EchoXML extends XMLFragment { |
|
|
try { |
|
|
try { |
|
|
OutputStream os = null; |
|
|
OutputStream os = null; |
|
|
if (file != null) { |
|
|
if (file != null) { |
|
|
os = new FileOutputStream(file, append); |
|
|
|
|
|
|
|
|
os = new FileOutputStream(file.getAbsolutePath(), append); |
|
|
} else { |
|
|
} else { |
|
|
os = new LogOutputStream(this, Project.MSG_INFO); |
|
|
os = new LogOutputStream(this, Project.MSG_INFO); |
|
|
} |
|
|
} |
|
|