From eda2dbf18286b8735b3808bc6cff9f592c8c2d9f Mon Sep 17 00:00:00 2001
From: smaguin <smaguin@localhost>
Date: Mon, 30 Jun 2008 08:30:10 +0000
Subject: [PATCH] update output messages

---
 opendj-sdk/opends/tests/system-tests/scenario/singleServer/clients/secureModifyEntries/src/Client.java |    6 +++---
 opendj-sdk/opends/tests/system-tests/scenario/singleServer/clients/secureModifyEntries/src/Worker.java |    4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/opendj-sdk/opends/tests/system-tests/scenario/singleServer/clients/secureModifyEntries/src/Client.java b/opendj-sdk/opends/tests/system-tests/scenario/singleServer/clients/secureModifyEntries/src/Client.java
index 988b241..9506b3f 100644
--- a/opendj-sdk/opends/tests/system-tests/scenario/singleServer/clients/secureModifyEntries/src/Client.java
+++ b/opendj-sdk/opends/tests/system-tests/scenario/singleServer/clients/secureModifyEntries/src/Client.java
@@ -115,7 +115,7 @@
             }
        	} catch (Exception e) {
 
-	    println ("INFO", "Failed to establish connection ");
+	    println ("INFO", "ERROR Failed to establish connection ");
 	    e.printStackTrace();
 	    System.exit(1);
         }
@@ -143,7 +143,7 @@
 		}
             }
             catch ( Exception e1 ) {
-		System.out.println ("E1");
+		println("INFO",  "ERROR during threads startup");
 		e1.printStackTrace();
             }
 
@@ -175,7 +175,7 @@
                             total_nb_mod=0;
                           }
                         } catch ( Exception e2 ) {
-                          System.out.println("E2");
+			    println("INFO",  "ERROR : E2");
                           e2.printStackTrace();
                         }
                  }
diff --git a/opendj-sdk/opends/tests/system-tests/scenario/singleServer/clients/secureModifyEntries/src/Worker.java b/opendj-sdk/opends/tests/system-tests/scenario/singleServer/clients/secureModifyEntries/src/Worker.java
index 64613d3..a709075 100644
--- a/opendj-sdk/opends/tests/system-tests/scenario/singleServer/clients/secureModifyEntries/src/Worker.java
+++ b/opendj-sdk/opends/tests/system-tests/scenario/singleServer/clients/secureModifyEntries/src/Worker.java
@@ -149,7 +149,7 @@
             }
           } catch (Exception ex) {
             
-            println("INFO","THREAD " + myId + " CATCH " + ex);
+            println("INFO","THREAD " + myId + " ERROR " + ex);
 
           }
           // update the total number of searchs
@@ -158,7 +158,7 @@
       }
     } catch (Exception e) {
       
-      println("INFO", "Failed: expected error code 3 ");
+      println("INFO","THREAD " + myId + " ERROR " + e);
       
       e.printStackTrace();
       System.exit(1);

--
Gitblit v1.10.0