summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/db/RelationController.java
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/com/sun/star/wizards/db/RelationController.java')
-rw-r--r--wizards/com/sun/star/wizards/db/RelationController.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/wizards/com/sun/star/wizards/db/RelationController.java b/wizards/com/sun/star/wizards/db/RelationController.java
index a147b24d8594..1eb3b12420e2 100644
--- a/wizards/com/sun/star/wizards/db/RelationController.java
+++ b/wizards/com/sun/star/wizards/db/RelationController.java
@@ -78,7 +78,7 @@ public class RelationController extends CommandName
}
catch (SQLException e)
{
- e.printStackTrace(System.out);
+ e.printStackTrace(System.err);
}
return sReferencedTableNames;
}
@@ -146,7 +146,7 @@ public class RelationController extends CommandName
}
catch (Exception e)
{
- e.printStackTrace(System.out);
+ e.printStackTrace(System.err);
}
return sKeyColumnNames;
}