diff options
author | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-03-12 22:28:40 +0000 |
---|---|---|
committer | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-03-12 22:28:40 +0000 |
commit | f7f7b07dcccaea361887e068223e366f60e670bc (patch) | |
tree | 4683b14230e715d8206d8c64afdebbebbfcbacc1 /ace/TLI.cpp | |
parent | a03612133f85ac33e239e617695edf46fa4f932b (diff) | |
download | ATCD-f7f7b07dcccaea361887e068223e366f60e670bc.tar.gz |
Regular CE stuff.
Diffstat (limited to 'ace/TLI.cpp')
-rw-r--r-- | ace/TLI.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/TLI.cpp b/ace/TLI.cpp index c32f5c5003f..be27c6e971d 100644 --- a/ace/TLI.cpp +++ b/ace/TLI.cpp @@ -78,7 +78,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, "%p\n", "ACE_TLI::ACE_TLI")); + ACE_ERROR ((LM_ERROR, ASYS_TEXT ("%p\n"), ASYS_TEXT ("ACE_TLI::ACE_TLI"))); } int |