summaryrefslogtreecommitdiff
path: root/ace/SOCK.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/SOCK.cpp')
-rw-r--r--ace/SOCK.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/SOCK.cpp b/ace/SOCK.cpp
index 7b30cb7d6fc..3347ae4652d 100644
--- a/ace/SOCK.cpp
+++ b/ace/SOCK.cpp
@@ -99,5 +99,5 @@ ACE_SOCK::ACE_SOCK (int type,
ACE_TRACE ("ACE_SOCK::ACE_SOCK");
if (this->open (type, protocol_family,
protocol, reuse_addr) == -1)
- ACE_ERROR ((LM_ERROR, "%p\n", "ACE_SOCK::ACE_SOCK"));
+ ACE_ERROR ((LM_ERROR, ASYS_TEXT ("%p\n"), ASYS_TEXT ("ACE_SOCK::ACE_SOCK")));
}