summaryrefslogtreecommitdiff
path: root/ace/Dirent.i
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Dirent.i')
-rw-r--r--ace/Dirent.i4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Dirent.i b/ace/Dirent.i
index e4ae8960993..4c731311c29 100644
--- a/ace/Dirent.i
+++ b/ace/Dirent.i
@@ -35,8 +35,8 @@ ACE_Dirent::ACE_Dirent (const ACE_TCHAR *dirname)
{
if (this->open (dirname) == -1)
ACE_ERROR ((LM_ERROR,
- ACE_TEXT ("%p\n"),
- ACE_TEXT ("Dirent::Dirent")));
+ ACE_LIB_TEXT ("%p\n"),
+ ACE_LIB_TEXT ("Dirent::Dirent")));
}
ACE_INLINE