summaryrefslogtreecommitdiff
path: root/ACE/ace/Service_Object.cpp
diff options
context:
space:
mode:
authorhuangh <huangh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2013-04-11 15:50:32 +0000
committerhuangh <huangh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2013-04-11 15:50:32 +0000
commit537046fb5253868dbf1cb8573b00f1f3d5a9ded4 (patch)
tree8883300dd00120bdad85bf01b021d2cf11266119 /ACE/ace/Service_Object.cpp
parenta0494dd88fb991669c545b629a4d052b098c36d2 (diff)
downloadATCD-537046fb5253868dbf1cb8573b00f1f3d5a9ded4.tar.gz
Thu Apr 11 15:45:41 UTC 2013 Huang-Ming Huang <huangh@ociweb.com>
Diffstat (limited to 'ACE/ace/Service_Object.cpp')
-rw-r--r--ACE/ace/Service_Object.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/Service_Object.cpp b/ACE/ace/Service_Object.cpp
index 5fd22ca720a..ceabe4b5799 100644
--- a/ACE/ace/Service_Object.cpp
+++ b/ACE/ace/Service_Object.cpp
@@ -12,7 +12,7 @@
#include "ace/Service_Types.h"
#include "ace/DLL.h"
#include "ace/ACE.h"
-#include "ace/Log_Msg.h"
+#include "ace/Log_Category.h"
#if defined (ACE_OPENVMS)
# include "ace/Lib_Find.h"
#endif
@@ -84,7 +84,7 @@ int
ACE_Service_Type::fini (void)
{
if (ACE::debug ())
- ACE_DEBUG ((LM_DEBUG,
+ ACELIB_DEBUG ((LM_DEBUG,
ACE_TEXT ("ACE (%P|%t) ST::fini - destroying name=%s, dll=%s\n"),
this->name_,
this->dll_.dll_name_));