summaryrefslogtreecommitdiff
path: root/ace/TLI.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/TLI.cpp')
-rw-r--r--ace/TLI.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/TLI.cpp b/ace/TLI.cpp
index 8c09b559612..4441ef666ca 100644
--- a/ace/TLI.cpp
+++ b/ace/TLI.cpp
@@ -70,7 +70,7 @@ ACE_TLI::ACE_TLI (const char device[], int oflag, struct t_info *info)
{
ACE_TRACE ("ACE_TLI::ACE_TLI");
if (this->open (device, oflag, info) == -1)
- ACE_ERROR ((LM_ERROR, ASYS_TEXT ("%p\n"), ASYS_TEXT ("ACE_TLI::ACE_TLI")));
+ ACE_ERROR ((LM_ERROR, ACE_TEXT ("%p\n"), ACE_TEXT ("ACE_TLI::ACE_TLI")));
}
int