summaryrefslogtreecommitdiff
path: root/TAO/tao/TAO_Internal.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2014-04-06 18:55:58 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2014-04-06 18:55:58 +0000
commite7374f2d7f2c4279c27b3caaac57c0edca5dc634 (patch)
treee19d9363d465f44768014bf1a09bccfd7c31f6c7 /TAO/tao/TAO_Internal.cpp
parent21f2df0badf458d6bf7a1697e29ec63eae0e935c (diff)
downloadATCD-e7374f2d7f2c4279c27b3caaac57c0edca5dc634.tar.gz
Sun Apr 6 18:57:09 UTC 2014 Johnny Willemsen <jwillemsen@remedy.nl>
* tao/TAO_Internal.cpp: Fixed formatting of a debug statement consistent * tests/Bug_3896_Regression/client.cpp: * tests/Connect_Strategy_Test/client.cpp: Print a message in the client before calling shutdown on the server
Diffstat (limited to 'TAO/tao/TAO_Internal.cpp')
-rw-r--r--TAO/tao/TAO_Internal.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/TAO_Internal.cpp b/TAO/tao/TAO_Internal.cpp
index f52e81c49d4..ab88758d119 100644
--- a/TAO/tao/TAO_Internal.cpp
+++ b/TAO/tao/TAO_Internal.cpp
@@ -626,7 +626,7 @@ namespace
if (TAO_debug_level > 0)
{
TAOLIB_ERROR ((LM_ERROR,
- ACE_TEXT ("TAO (%P|%t) ORB_Core: ")
+ ACE_TEXT ("TAO (%P|%t) - ORB_Core: ")
ACE_TEXT ("Unable to initialize ")
ACE_TEXT ("Codeset Manager\n")));
}