summaryrefslogtreecommitdiff
path: root/TAO/tao/Strategies/SCIOP_Connection_Handler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Strategies/SCIOP_Connection_Handler.cpp')
-rw-r--r--TAO/tao/Strategies/SCIOP_Connection_Handler.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Strategies/SCIOP_Connection_Handler.cpp b/TAO/tao/Strategies/SCIOP_Connection_Handler.cpp
index 8ab30b5f351..33873fc18bc 100644
--- a/TAO/tao/Strategies/SCIOP_Connection_Handler.cpp
+++ b/TAO/tao/Strategies/SCIOP_Connection_Handler.cpp
@@ -415,8 +415,8 @@ TAO_SCIOP_Connection_Handler::set_tos (int tos)
if (TAO_debug_level)
{
ACE_DEBUG ((LM_DEBUG,
- "TAO (%P|%t) - SCIOP_Connection_Handler::"
- "set_dscp_codepoint -> dscp: %x; result: %d; %s\n",
+ ACE_TEXT("TAO (%P|%t) - SCIOP_Connection_Handler::")
+ ACE_TEXT("set_dscp_codepoint -> dscp: %x; result: %d; %C\n"),
tos,
result,
result == -1 ? "try running as superuser" : ""));