diff options
Diffstat (limited to 'qadevOOo/runner/base/java_fat.java')
-rw-r--r-- | qadevOOo/runner/base/java_fat.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qadevOOo/runner/base/java_fat.java b/qadevOOo/runner/base/java_fat.java index c058cb72d5a2..6b555fc1f1e5 100644 --- a/qadevOOo/runner/base/java_fat.java +++ b/qadevOOo/runner/base/java_fat.java @@ -338,11 +338,11 @@ public class java_fat implements TestBase } catch (Exception e) { - System.out.println("couldn't cleanup"); + System.err.println( "couldn't cleanup:" + e.toString() ); } catch (java.lang.NoClassDefFoundError e) { - System.out.println("couldn't cleanup"); + System.err.println( "couldn't cleanup:" + e.toString() ); } sumIt.summarizeUp(entry); |