summaryrefslogtreecommitdiff
path: root/ace/Service_Repository.cpp
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-11-10 06:13:25 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-11-10 06:13:25 +0000
commitb45f2c61ddaaacd82aecf0accc42a073b3a7f0c2 (patch)
treea55f8a11725550c94fbe5646bbfc95841b15c02d /ace/Service_Repository.cpp
parent8ee8f7e5d0fbaf88d293eb57def7f846e1f5447b (diff)
downloadATCD-b45f2c61ddaaacd82aecf0accc42a073b3a7f0c2.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/Service_Repository.cpp')
-rw-r--r--ace/Service_Repository.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Service_Repository.cpp b/ace/Service_Repository.cpp
index dc6ff9d9012..5667b7ddf32 100644
--- a/ace/Service_Repository.cpp
+++ b/ace/Service_Repository.cpp
@@ -126,7 +126,7 @@ ACE_Service_Repository::close (void)
while (this->current_size_ > 0)
{
int i = --this->current_size_;
- ACE_DEBUG ((LM_DEBUG, "shutting down %s",
+ ACE_DEBUG ((LM_DEBUG, "shutting down %s\n",
this->service_vector_[i]->name ()));
delete (ACE_Service_Type *)this->service_vector_[i];
}