summaryrefslogtreecommitdiff
path: root/TAO
diff options
context:
space:
mode:
authormarina <marina@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-09 22:13:08 +0000
committermarina <marina@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-09 22:13:08 +0000
commitfbf93cc18659a6395f14eb569a76a7087608fe55 (patch)
tree0e87fc43feb1d7c52ee48ac8211c04255be963a3 /TAO
parenta721e4801f865bb2fcb3ff79a9583e203a74ca4f (diff)
downloadATCD-fbf93cc18659a6395f14eb569a76a7087608fe55.tar.gz
Changed the output of print statements to go to STDERR.
Diffstat (limited to 'TAO')
-rwxr-xr-xTAO/orbsvcs/tests/Simple_Naming/run_test.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/tests/Simple_Naming/run_test.pl b/TAO/orbsvcs/tests/Simple_Naming/run_test.pl
index 1068b4866cd..60713733c8f 100755
--- a/TAO/orbsvcs/tests/Simple_Naming/run_test.pl
+++ b/TAO/orbsvcs/tests/Simple_Naming/run_test.pl
@@ -54,8 +54,8 @@ foreach $o (@opts)
name_server ();
sleep $sleeptime;
- print "\n";
- print " ".$comments[$test_number];
+ print STDERR "\n";
+ print STDERR " ".$comments[$test_number];
client ($o);