summaryrefslogtreecommitdiff
path: root/ace/FIFO_Send_Msg.cpp
diff options
context:
space:
mode:
authorbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-10-07 08:03:55 +0000
committerbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-10-07 08:03:55 +0000
commit8121220b99826e3ba3f230e7725060de788c00a9 (patch)
treebbf322a3bd9db404423f5ae4f5dc695a4a53fa23 /ace/FIFO_Send_Msg.cpp
parent1365a33aee7b1bc80dc0c907e5f8b9aea38b493b (diff)
downloadATCD-8121220b99826e3ba3f230e7725060de788c00a9.tar.gz
ChangeLogTag:Sat Oct 7 000:50:02 2000 Darrell Brunsch <brunsch@uci.edu>
Diffstat (limited to 'ace/FIFO_Send_Msg.cpp')
-rw-r--r--ace/FIFO_Send_Msg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/FIFO_Send_Msg.cpp b/ace/FIFO_Send_Msg.cpp
index c1186a143ba..844ce5e5cd9 100644
--- a/ace/FIFO_Send_Msg.cpp
+++ b/ace/FIFO_Send_Msg.cpp
@@ -63,5 +63,5 @@ ACE_FIFO_Send_Msg::ACE_FIFO_Send_Msg (const ACE_TCHAR *fifo_name,
{
ACE_TRACE ("ACE_FIFO_Send_Msg::ACE_FIFO_Send_Msg");
if (this->ACE_FIFO_Send_Msg::open (fifo_name, flags, perms, sa) == -1)
- ACE_ERROR ((LM_ERROR, ACE_TEXT ("%p\n"), ACE_TEXT ("ACE_FIFO_Send_Msg")));
+ ACE_ERROR ((LM_ERROR, ACE_LIB_TEXT ("%p\n"), ACE_LIB_TEXT ("ACE_FIFO_Send_Msg")));
}