summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/ImplRepo/scale_clients
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2018-08-10 12:15:58 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2018-08-10 12:15:58 +0200
commit06c60787c7ef2e522430a674d21834561954dc3f (patch)
tree9c7b38d23c1daff9aef4a66a42c9d944c146e67b /TAO/orbsvcs/tests/ImplRepo/scale_clients
parent6137b63daec938fd3db13a36f26ab5df072e9477 (diff)
downloadATCD-06c60787c7ef2e522430a674d21834561954dc3f.tar.gz
Logging enhancements
* TAO/orbsvcs/ImplRepo_Service/AsyncAccessManager.cpp: * TAO/orbsvcs/ImplRepo_Service/ImR_Locator_i.cpp: * TAO/orbsvcs/ImplRepo_Service/Server_Info.cpp: * TAO/orbsvcs/ImplRepo_Service/Server_Info.h: * TAO/orbsvcs/ImplRepo_Service/UpdateableServerInfo.h: * TAO/orbsvcs/tests/ImplRepo/scale_clients/run_test.pl:
Diffstat (limited to 'TAO/orbsvcs/tests/ImplRepo/scale_clients')
-rwxr-xr-xTAO/orbsvcs/tests/ImplRepo/scale_clients/run_test.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/tests/ImplRepo/scale_clients/run_test.pl b/TAO/orbsvcs/tests/ImplRepo/scale_clients/run_test.pl
index 826921f77b6..3130c2db712 100755
--- a/TAO/orbsvcs/tests/ImplRepo/scale_clients/run_test.pl
+++ b/TAO/orbsvcs/tests/ImplRepo/scale_clients/run_test.pl
@@ -182,7 +182,7 @@ sub scale_clients_test
return 1;
}
- $ACT->Arguments ("-d $imr_debug_level -l -o $act_actiorfile -ORBInitRef ImplRepoService=file://$act_imriorfile");
+ $ACT->Arguments ("-d $imr_debug_level -o $act_actiorfile -ORBInitRef ImplRepoService=file://$act_imriorfile");
print ">>> " . $ACT->CommandLine () . "\n";
$ACT_status = $ACT->Spawn ();