summaryrefslogtreecommitdiff
path: root/TAO/CIAO/examples
diff options
context:
space:
mode:
authorbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-02-11 17:28:32 +0000
committerbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-02-11 17:28:32 +0000
commitffc53821f3ea52fe4d39427229d84695cf176c64 (patch)
tree53a8f206c3f6a2387bb206178399fea47c40ad59 /TAO/CIAO/examples
parent682ae0d1eefb2dc56db04cce3335a224dc6a2499 (diff)
downloadATCD-ffc53821f3ea52fe4d39427229d84695cf176c64.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/CIAO/examples')
-rwxr-xr-xTAO/CIAO/examples/Hello/descriptors/run_test_debug.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/CIAO/examples/Hello/descriptors/run_test_debug.pl b/TAO/CIAO/examples/Hello/descriptors/run_test_debug.pl
index 236c4345c1a..fddb8e8c257 100755
--- a/TAO/CIAO/examples/Hello/descriptors/run_test_debug.pl
+++ b/TAO/CIAO/examples/Hello/descriptors/run_test_debug.pl
@@ -17,7 +17,7 @@ $CIAO_ROOT=$ENV{'CIAO_ROOT'};
# amount of delay between running the servers
$sleeptime = 1;
$longsleeptime = 3;
-$DM_args = "-ORBEndpoint iiop://localhost:20000 -n \"${CIAO_ROOT}/tools/ComponentServer/ComponentServer\"";
+$DM_args = "-ORBEndpoint iiop://localhost:20000 -n \"${CIAO_ROOT}/tools/ComponentServer/ComponentServer -ORBdebuglevel 10\"";
$DM = new PerlACE::Process ("${CIAO_ROOT}/tools/Daemon/CIAO_Daemon", "$DM_args");
$AM_args = "-o ior -c test.dat";