summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/Naming_Service/Naming_Server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/Naming_Service/Naming_Server.cpp')
-rw-r--r--TAO/orbsvcs/Naming_Service/Naming_Server.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/TAO/orbsvcs/Naming_Service/Naming_Server.cpp b/TAO/orbsvcs/Naming_Service/Naming_Server.cpp
index 0bfcc78a1fc..2829fe15b73 100644
--- a/TAO/orbsvcs/Naming_Service/Naming_Server.cpp
+++ b/TAO/orbsvcs/Naming_Service/Naming_Server.cpp
@@ -1,5 +1,6 @@
// $Id$
+#include "orbsvcs/Log_Macros.h"
#include "Naming_Service.h"
#include "ace/OS_main.h"
@@ -27,7 +28,7 @@ void
Naming_Svc_Shutdown::operator() (int which_signal)
{
if (TAO_debug_level > 0)
- ACE_DEBUG ((LM_DEBUG,
+ ORBSVCS_DEBUG ((LM_DEBUG,
"Name Service: shutting down on signal %d\n",
which_signal));
(void) this->ns_.shutdown ();
@@ -45,7 +46,7 @@ ACE_TMAIN (int argc, ACE_TCHAR *argv[])
Service_Shutdown kill_contractor(killer);
if (naming_service.init (argc, argv) == -1)
- ACE_ERROR_RETURN ((LM_ERROR,
+ ORBSVCS_ERROR_RETURN ((LM_ERROR,
ACE_TEXT("Failed to start the Naming Service.\n")),
1);