summaryrefslogtreecommitdiff
path: root/TAO/tao/Strategies/DIOP_Connection_Handler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Strategies/DIOP_Connection_Handler.cpp')
-rw-r--r--TAO/tao/Strategies/DIOP_Connection_Handler.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Strategies/DIOP_Connection_Handler.cpp b/TAO/tao/Strategies/DIOP_Connection_Handler.cpp
index 21092a76263..5aa66011513 100644
--- a/TAO/tao/Strategies/DIOP_Connection_Handler.cpp
+++ b/TAO/tao/Strategies/DIOP_Connection_Handler.cpp
@@ -285,7 +285,7 @@ TAO_DIOP_Connection_Handler::handle_input (ACE_HANDLE h)
int
TAO_DIOP_Connection_Handler::handle_output (ACE_HANDLE handle)
{
- int result =
+ int const result =
this->handle_output_eh (handle, this);
if (result == -1)
@@ -393,7 +393,7 @@ TAO_DIOP_Connection_Handler::set_tos (int tos)
{
ACE_DEBUG ((LM_DEBUG,
"TAO (%P|%t) - DIOP_Connection_Handler::"
- "set_dscp_codepoint, dscp: %x; result: %d; %s\n",
+ "set_dscp_codepoint, dscp: %x; result: %d; %C\n",
tos,
result,
result == -1 ? "try running as superuser" : ""));