summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/Trading_Service/Trading_Service.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/Trading_Service/Trading_Service.cpp')
-rw-r--r--TAO/orbsvcs/Trading_Service/Trading_Service.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/Trading_Service/Trading_Service.cpp b/TAO/orbsvcs/Trading_Service/Trading_Service.cpp
index 95566172a03..0a9f3da4347 100644
--- a/TAO/orbsvcs/Trading_Service/Trading_Service.cpp
+++ b/TAO/orbsvcs/Trading_Service/Trading_Service.cpp
@@ -8,14 +8,14 @@ Trading_Shutdown::Trading_Shutdown (Trading_Service& trader)
{
if (this->shutdown_.register_handler (SIGINT,
this) == -1)
- ACE_ERROR ((LM_ERROR,
+ ORBSVCS_ERROR ((LM_ERROR,
ACE_TEXT("%p\n"),
ACE_TEXT("register_handler")));
#ifndef ACE_HAS_WINCE
if (this->shutdown_.register_handler (SIGTERM,
this) == -1)
- ACE_ERROR ((LM_ERROR,
+ ORBSVCS_ERROR ((LM_ERROR,
ACE_TEXT("%p\n"),
ACE_TEXT("register_handler")));
#endif // ACE_HAS_WINCE