summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/TAO_Service/TAO_Service.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/TAO_Service/TAO_Service.cpp')
-rw-r--r--TAO/orbsvcs/TAO_Service/TAO_Service.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/TAO/orbsvcs/TAO_Service/TAO_Service.cpp b/TAO/orbsvcs/TAO_Service/TAO_Service.cpp
index a5b9df174b5..6383fc157c0 100644
--- a/TAO/orbsvcs/TAO_Service/TAO_Service.cpp
+++ b/TAO/orbsvcs/TAO_Service/TAO_Service.cpp
@@ -15,10 +15,11 @@
//=============================================================================
+#include "orbsvcs/Log_Macros.h"
#include "tao/ORB_Constants.h"
#include "tao/ORB.h"
#include "ace/Service_Config.h"
-#include "ace/Log_Msg.h"
+#include "orbsvcs/Log_Macros.h"
#include "ace/Signal.h"
#include "ace/Time_Value.h"
#include "ace/Argv_Type_Converter.h"
@@ -44,7 +45,7 @@ ACE_TMAIN (int argc, ACE_TCHAR *argv[])
orb->perform_work (tv);
- ACE_DEBUG ((LM_DEBUG,
+ ORBSVCS_DEBUG ((LM_DEBUG,
"Reconfig flag = %d\n",
ACE_Service_Config::reconfig_occurred ()));