summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/ui/PeerConfig.java
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/com/sun/star/wizards/ui/PeerConfig.java')
-rw-r--r--wizards/com/sun/star/wizards/ui/PeerConfig.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/com/sun/star/wizards/ui/PeerConfig.java b/wizards/com/sun/star/wizards/ui/PeerConfig.java
index c506307f6b91..e01942c8d18b 100644
--- a/wizards/com/sun/star/wizards/ui/PeerConfig.java
+++ b/wizards/com/sun/star/wizards/ui/PeerConfig.java
@@ -138,7 +138,7 @@ public class PeerConfig implements XWindowListener
}
catch (RuntimeException re)
{
- re.printStackTrace(System.out);
+ re.printStackTrace(System.err);
throw re;
}
}