summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TAO/tao/TAO_Internal.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/TAO/tao/TAO_Internal.cpp b/TAO/tao/TAO_Internal.cpp
index 90f81fdf77d..ea8146e67c2 100644
--- a/TAO/tao/TAO_Internal.cpp
+++ b/TAO/tao/TAO_Internal.cpp
@@ -415,8 +415,9 @@ TAO::ORB::open_services (ACE_Intrusive_Auto_Ptr<ACE_Service_Gestalt> pcfg,
if (TAO_debug_level > 4)
TAOLIB_DEBUG ((LM_DEBUG,
ACE_TEXT ("TAO (%P|%t) - We are%Cthe default ")
- ACE_TEXT ("ORB ...\n"),
- (service_open_count == 0) ? " " : " not "));
+ ACE_TEXT ("%C ORB ...\n"),
+ (service_open_count == 0) ? " " : " not ",
+ TAO_VERSION));
}
++service_open_count;