summaryrefslogtreecommitdiff
path: root/TAO/examples
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2004-11-28 15:18:56 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2004-11-28 15:18:56 +0000
commitbc7705595ed7f57c5925c994dfc4d649f6887f4f (patch)
treebb1dbfbcc6b6d6d3f9dbd5cc64617546573e67e8 /TAO/examples
parentd3b22ceed70859f68b319f3ae9e8447c31433311 (diff)
downloadATCD-bc7705595ed7f57c5925c994dfc4d649f6887f4f.tar.gz
ChangeLogTag: Sun Nov 28 15:14:12 UTC 2004 Martin Corino <mcorino@remedy.nl>
Diffstat (limited to 'TAO/examples')
-rw-r--r--TAO/examples/Simple/grid/Grid_Client_i.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/examples/Simple/grid/Grid_Client_i.cpp b/TAO/examples/Simple/grid/Grid_Client_i.cpp
index b27072dac0c..1c00ff70576 100644
--- a/TAO/examples/Simple/grid/Grid_Client_i.cpp
+++ b/TAO/examples/Simple/grid/Grid_Client_i.cpp
@@ -23,7 +23,7 @@ Grid_Client_i::Grid_Client_i (void)
//Destructor.
Grid_Client_i::~Grid_Client_i (void)
{
- cout << "Called " << endl;
+ ACE_DEBUG ((LM_DEBUG, "Called \n"));
//no-op
}