summaryrefslogtreecommitdiff
path: root/TAO/examples/Simple/bank/AccountManager_i.cpp
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1998-09-22 06:54:39 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1998-09-22 06:54:39 +0000
commitd9ad4a914a3b093a4173e5ad9af0b77f7fd72ad0 (patch)
tree0c8ff342b54ecc3ba84a993b39061fc3339fddd4 /TAO/examples/Simple/bank/AccountManager_i.cpp
parent0287cf4612453fd9a812e37757602c2b0f1a04fb (diff)
downloadATCD-d9ad4a914a3b093a4173e5ad9af0b77f7fd72ad0.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/examples/Simple/bank/AccountManager_i.cpp')
-rw-r--r--TAO/examples/Simple/bank/AccountManager_i.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/examples/Simple/bank/AccountManager_i.cpp b/TAO/examples/Simple/bank/AccountManager_i.cpp
index ea43b1d2141..6a28b463130 100644
--- a/TAO/examples/Simple/bank/AccountManager_i.cpp
+++ b/TAO/examples/Simple/bank/AccountManager_i.cpp
@@ -55,7 +55,7 @@ AccountManager_i::open (const char *name,
if (hash_map_.find (name, result) != 0)
{
ACE_DEBUG ((LM_DEBUG,
- "\nOpening a new Account for %s with balance %f\n",
+ "(%P|%t) Opening a new Account for %s with balance %f\n",
name,
initial_balance));