summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornaga <naga@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-01-29 19:41:26 +0000
committernaga <naga@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-01-29 19:41:26 +0000
commitb8c9fd62c45bc9a50003de47bb6a093a09242c16 (patch)
tree24b29bbd2c1d3554a86625ec4fdcbb361ae6b1bf
parent2e19aac7c99969ed4dc344ef56b186a4b1027d0a (diff)
downloadATCD-b8c9fd62c45bc9a50003de47bb6a093a09242c16.tar.gz
Change Couts to ACE_DEBUGs
-rw-r--r--TAO/tests/POA/On_Demand_Activation/server.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/TAO/tests/POA/On_Demand_Activation/server.cpp b/TAO/tests/POA/On_Demand_Activation/server.cpp
index a093d5d29b5..fa266f7f618 100644
--- a/TAO/tests/POA/On_Demand_Activation/server.cpp
+++ b/TAO/tests/POA/On_Demand_Activation/server.cpp
@@ -237,8 +237,9 @@ main (int argc, char **argv)
// Print the ior's of first_foo and second_foo.
- cout << first_foo_ior.in () << endl;
- cout << second_foo_ior.in () << endl;
+ ACE_DEBUG((LM_DEBUG,"%s\n%s\n",
+ first_foo_ior.in (),
+ second_foo_ior.in ()));
// Set the poa_manager state to active, ready to process requests
poa_manager->activate (env);