summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/web/export/FilterExporter.java
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/com/sun/star/wizards/web/export/FilterExporter.java')
-rw-r--r--wizards/com/sun/star/wizards/web/export/FilterExporter.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/com/sun/star/wizards/web/export/FilterExporter.java b/wizards/com/sun/star/wizards/web/export/FilterExporter.java
index bfe0af3f3c5a..39b81e1f8744 100644
--- a/wizards/com/sun/star/wizards/web/export/FilterExporter.java
+++ b/wizards/com/sun/star/wizards/web/export/FilterExporter.java
@@ -55,7 +55,7 @@ public class FilterExporter extends AbstractExporter
}
catch (IOException iox)
{
- iox.printStackTrace(System.out);
+ iox.printStackTrace(System.err);
result = false;
throw iox;
}