summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/db/CommandName.java
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/com/sun/star/wizards/db/CommandName.java')
-rw-r--r--wizards/com/sun/star/wizards/db/CommandName.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/wizards/com/sun/star/wizards/db/CommandName.java b/wizards/com/sun/star/wizards/db/CommandName.java
index b026266649d7..91b25e30f75a 100644
--- a/wizards/com/sun/star/wizards/db/CommandName.java
+++ b/wizards/com/sun/star/wizards/db/CommandName.java
@@ -74,7 +74,7 @@ public class CommandName
}
catch (SQLException e)
{
- e.printStackTrace(System.out);
+ e.printStackTrace(System.err);
}
}
@@ -120,7 +120,7 @@ public class CommandName
}
catch (Exception exception)
{
- exception.printStackTrace(System.out);
+ exception.printStackTrace(System.err);
}
}
@@ -174,7 +174,7 @@ public class CommandName
}
catch (SQLException e)
{
- e.printStackTrace(System.out);
+ e.printStackTrace(System.err);
return false;
}
}