summaryrefslogtreecommitdiff
path: root/ace/LSOCK_Connector.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/LSOCK_Connector.cpp')
-rw-r--r--ace/LSOCK_Connector.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/LSOCK_Connector.cpp b/ace/LSOCK_Connector.cpp
index 07c1317d341..ba85fa8039b 100644
--- a/ace/LSOCK_Connector.cpp
+++ b/ace/LSOCK_Connector.cpp
@@ -17,7 +17,7 @@ ACE_LSOCK_Connector::dump (void) const
ACE_TRACE ("ACE_LSOCK_Connector::dump");
ACE_DEBUG ((LM_DEBUG, ACE_BEGIN_DUMP, this));
- ACE_DEBUG ((LM_DEBUG, "\n"));
+ ACE_DEBUG ((LM_DEBUG, ASYS_TEXT ("\n")));
ACE_DEBUG ((LM_DEBUG, ACE_END_DUMP));
}