summaryrefslogtreecommitdiff
path: root/CIAO/DAnCE/TM_Daemon/driver.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/DAnCE/TM_Daemon/driver.cpp')
-rw-r--r--CIAO/DAnCE/TM_Daemon/driver.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/CIAO/DAnCE/TM_Daemon/driver.cpp b/CIAO/DAnCE/TM_Daemon/driver.cpp
index e6e3fd3f8d0..986729ed424 100644
--- a/CIAO/DAnCE/TM_Daemon/driver.cpp
+++ b/CIAO/DAnCE/TM_Daemon/driver.cpp
@@ -124,8 +124,6 @@ namespace CIAO
domain_file,
root_poa,
threads), 1);
- ACE_DEBUG ((LM_DEBUG, "done!\n"));
-
PortableServer::ServantBase_var owner_transfer(daemon_impl);
PortableServer::ObjectId_var id =
@@ -157,7 +155,8 @@ namespace CIAO
cos_name.length (1);
cos_name[0].id = ::CORBA::string_dup (name);
naming_context->rebind (cos_name, daemon.in ());
- ACE_DEBUG ((LM_DEBUG, "done! Bound witht the naming service under %s.\n", name));
+ ACE_DEBUG ((LM_DEBUG, "done! Bound with the naming "
+ "service under %s.\n", name));
}
daemon_impl->run ();