summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordai_y <dai_y@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-12-08 20:23:37 +0000
committerdai_y <dai_y@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-12-08 20:23:37 +0000
commit3b192d7aea33abe2c63df20c7f3ecc9eeb922b70 (patch)
treedb71c3528d34d6c3cceb84255fb2017505eee425
parent6e9573f830d986de188b1a23d0aadedea07d25b9 (diff)
downloadATCD-3b192d7aea33abe2c63df20c7f3ecc9eeb922b70.tar.gz
Thu Dec 8 13:10:42 USMST 2005 Yan Dai <dai_y@ociweb.com>
-rw-r--r--TAO/ChangeLog7
-rwxr-xr-xTAO/tests/CSD_Strategy_Tests/TP_Test_3/run_test.pl2
2 files changed, 8 insertions, 1 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index f801ba00b33..469e417b18e 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,10 @@
+Thu Dec 8 13:10:42 USMST 2005 Yan Dai <dai_y@ociweb.com>
+
+ * tests/CSD_Strategy_Tests/TP_Test_3/run_test.pl:
+
+ Commented the client command line output previously added for
+ debugging.
+
Thu Dec 8 07:17:36 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
* tao/Asynch_Queued_Message.h:
diff --git a/TAO/tests/CSD_Strategy_Tests/TP_Test_3/run_test.pl b/TAO/tests/CSD_Strategy_Tests/TP_Test_3/run_test.pl
index 45e632af09a..13aac1fa8c9 100755
--- a/TAO/tests/CSD_Strategy_Tests/TP_Test_3/run_test.pl
+++ b/TAO/tests/CSD_Strategy_Tests/TP_Test_3/run_test.pl
@@ -154,7 +154,7 @@ for ($i = 0; $i < $num_remote_clients; $i++)
"-i file://$iorfile[$j] ".
"-k $client_kind ".
"-n $client_id");
- print STDERR $CLS[$i]->CommandLine() . "\n";
+# print STDERR $CLS[$i]->CommandLine() . "\n";
$CLS[$i]->Spawn();
}