summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/Notify_Service/NT_Notify_Server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/Notify_Service/NT_Notify_Server.cpp')
-rw-r--r--TAO/orbsvcs/Notify_Service/NT_Notify_Server.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/orbsvcs/Notify_Service/NT_Notify_Server.cpp b/TAO/orbsvcs/Notify_Service/NT_Notify_Server.cpp
index 703e27f02a2..24c55fd04eb 100644
--- a/TAO/orbsvcs/Notify_Service/NT_Notify_Server.cpp
+++ b/TAO/orbsvcs/Notify_Service/NT_Notify_Server.cpp
@@ -17,14 +17,14 @@
//=============================================================================
-#include "ace/Log_Msg.h"
+#include "orbsvcs/Log_Macros.h"
#if !defined (ACE_WIN32) || defined (ACE_LACKS_WIN32_SERVICES)
int
ACE_TMAIN(int, ACE_TCHAR *[])
{
- ACE_ERROR ((LM_INFO,
+ ORBSVCS_ERROR ((LM_INFO,
"This program is only supported "
"on Win32 platforms\n"));
return 1;
@@ -97,7 +97,7 @@ Options::~Options (void)
void
Options::print_usage_and_die (void)
{
- ACE_DEBUG ((LM_INFO,
+ ORBSVCS_DEBUG ((LM_INFO,
"Usage: %s"
" -in -r -s -k -tn -d\n"
" -i: Install this program as an NT service, with specified startup\n"
@@ -211,7 +211,7 @@ Options::run (int argc, ACE_TCHAR* argv[])
SERVICE::instance (),
ret);
if (ret == 0)
- ACE_ERROR ((LM_ERROR,
+ ORBSVCS_ERROR ((LM_ERROR,
"%p\n",
"Couldn't start service"));
}