From 537046fb5253868dbf1cb8573b00f1f3d5a9ded4 Mon Sep 17 00:00:00 2001 From: huangh Date: Thu, 11 Apr 2013 15:50:32 +0000 Subject: Thu Apr 11 15:45:41 UTC 2013 Huang-Ming Huang --- ACE/ace/TLI.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ACE/ace/TLI.cpp') diff --git a/ACE/ace/TLI.cpp b/ACE/ace/TLI.cpp index d9f047a5d5e..8409b462351 100644 --- a/ACE/ace/TLI.cpp +++ b/ACE/ace/TLI.cpp @@ -4,7 +4,7 @@ // abstraction. #include "ace/TLI.h" -#include "ace/Log_Msg.h" +#include "ace/Log_Category.h" #include "ace/OS_Memory.h" #include "ace/OS_TLI.h" #include "ace/OS_NS_string.h" @@ -85,7 +85,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) == ACE_INVALID_HANDLE) - ACE_ERROR ((LM_ERROR, + ACELIB_ERROR ((LM_ERROR, ACE_TEXT ("%p\n"), ACE_TEXT ("ACE_TLI::ACE_TLI"))); } -- cgit v1.2.1