summaryrefslogtreecommitdiff
path: root/ACE/ace/Dirent.inl
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Dirent.inl')
-rw-r--r--ACE/ace/Dirent.inl4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/Dirent.inl b/ACE/ace/Dirent.inl
index 5f6af5a3218..190a21abdd0 100644
--- a/ACE/ace/Dirent.inl
+++ b/ACE/ace/Dirent.inl
@@ -2,7 +2,7 @@
//
// $Id$
-#include "ace/Log_Msg.h"
+#include "ace/Log_Category.h"
ACE_BEGIN_VERSIONED_NAMESPACE_DECL
@@ -37,7 +37,7 @@ ACE_Dirent::ACE_Dirent (const ACE_TCHAR *dirname)
: dirp_ (0)
{
if (this->open (dirname) == -1)
- ACE_ERROR ((LM_ERROR,
+ ACELIB_ERROR ((LM_ERROR,
ACE_TEXT ("%p\n"),
ACE_TEXT ("ACE_Dirent::ACE_Dirent")));
}