summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/Logging_Service/Notify_Logging_Service/Notify_Logging_Service.cpp
diff options
context:
space:
mode:
authorjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-06-21 05:02:20 +0000
committerjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-06-21 05:02:20 +0000
commit61ab45925d033fcb5367969e267fc77917f994f8 (patch)
tree603279d520f498cc840ed5b68ae551c1e085c153 /TAO/orbsvcs/Logging_Service/Notify_Logging_Service/Notify_Logging_Service.cpp
parent7367cc3107e7e376ddc9a3c6036abbd23cdbb83d (diff)
downloadATCD-61ab45925d033fcb5367969e267fc77917f994f8.tar.gz
ChangeLogTag: Mon Jun 20 21:49:02 2005 J.T. Conklin <jtc@acorntoolworks.com>
Diffstat (limited to 'TAO/orbsvcs/Logging_Service/Notify_Logging_Service/Notify_Logging_Service.cpp')
-rw-r--r--TAO/orbsvcs/Logging_Service/Notify_Logging_Service/Notify_Logging_Service.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/TAO/orbsvcs/Logging_Service/Notify_Logging_Service/Notify_Logging_Service.cpp b/TAO/orbsvcs/Logging_Service/Notify_Logging_Service/Notify_Logging_Service.cpp
index daf7200f70e..28b149656fd 100644
--- a/TAO/orbsvcs/Logging_Service/Notify_Logging_Service/Notify_Logging_Service.cpp
+++ b/TAO/orbsvcs/Logging_Service/Notify_Logging_Service/Notify_Logging_Service.cpp
@@ -207,10 +207,6 @@ Notify_Logging_Service::init (int argc, char *argv[]
obj.in ()
ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (-1);
-
- ACE_DEBUG ((LM_DEBUG,
- "Registered with the naming service as: %s\n",
- this->service_name_));
}
return 0;
@@ -237,10 +233,6 @@ Notify_Logging_Service::resolve_naming_service (ACE_ENV_SINGLE_ARG_DECL)
int
Notify_Logging_Service::run ()
{
- if (TAO_debug_level > 0 )
- ACE_DEBUG ((LM_DEBUG, "%s: Running the Notification Logging Service\n",
- __FILE__));
-
ACE_DECLARE_NEW_CORBA_ENV;
ACE_TRY
{