summaryrefslogtreecommitdiff
path: root/ACE/ace/Cache_Map_Manager_T.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Cache_Map_Manager_T.cpp')
-rw-r--r--ACE/ace/Cache_Map_Manager_T.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/Cache_Map_Manager_T.cpp b/ACE/ace/Cache_Map_Manager_T.cpp
index cd041afc75d..f0637800629 100644
--- a/ACE/ace/Cache_Map_Manager_T.cpp
+++ b/ACE/ace/Cache_Map_Manager_T.cpp
@@ -9,7 +9,7 @@
#pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-#include "ace/Log_Msg.h"
+#include "ace/Log_Category.h"
#include "ace/Malloc_Base.h"
#if !defined (__ACE_INLINE__)
@@ -31,7 +31,7 @@ ACE_Cache_Map_Manager<KEY, VALUE, CMAP_TYPE, ITERATOR_IMPL, REVERSE_ITERATOR_IMP
: caching_strategy_ (caching_s)
{
if (this->open (size, alloc) == -1)
- ACE_ERROR ((LM_ERROR,
+ ACELIB_ERROR ((LM_ERROR,
ACE_TEXT ("%p\n"),
ACE_TEXT ("ACE_Cache_Map_Manager::ACE_Cache_Map_Manager")));