summaryrefslogtreecommitdiff
path: root/protocols/tests/HTBP/Reactor_Tests/server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/tests/HTBP/Reactor_Tests/server.cpp')
-rw-r--r--protocols/tests/HTBP/Reactor_Tests/server.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/tests/HTBP/Reactor_Tests/server.cpp b/protocols/tests/HTBP/Reactor_Tests/server.cpp
index 7bc3d8ac0ee..af9f211c48c 100644
--- a/protocols/tests/HTBP/Reactor_Tests/server.cpp
+++ b/protocols/tests/HTBP/Reactor_Tests/server.cpp
@@ -149,7 +149,7 @@ Accept_Handler::handle_input (ACE_HANDLE h)
if ((*ch)->state() == ACE::HTBP::Channel::Data_Queued)
{
ACE_DEBUG ((LM_DEBUG,
- ACE_TEXT ("(%P|%t) Server Accept_Handler::handle_input \n"),
+ ACE_TEXT ("(%P|%t) Server Accept_Handler::handle_input\n"),
ACE_TEXT ("Issuing notification on handler\n")));
this->reactor()->notify (session->handler(),
ACE_Event_Handler::READ_MASK);