summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-07-12 01:42:16 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-07-12 01:42:16 +0000
commit5341994d23d1a15662b227d6452e60d511a3df46 (patch)
treef934026f2fbce3486fe844eb54123a020ebbef45
parent6e0fd700ddbfaa167c47f81445824c67d03c70ee (diff)
downloadATCD-5341994d23d1a15662b227d6452e60d511a3df46.tar.gz
Added cosmetic close paren in ACE_DEBUG statement.
-rw-r--r--TAO/orbsvcs/tests/InterfaceRepo/IFR_Test/Admin_Client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/tests/InterfaceRepo/IFR_Test/Admin_Client.cpp b/TAO/orbsvcs/tests/InterfaceRepo/IFR_Test/Admin_Client.cpp
index 4dab83e5bca..bb1de963436 100644
--- a/TAO/orbsvcs/tests/InterfaceRepo/IFR_Test/Admin_Client.cpp
+++ b/TAO/orbsvcs/tests/InterfaceRepo/IFR_Test/Admin_Client.cpp
@@ -3073,7 +3073,7 @@ Admin_Client::module_test (CORBA::Environment &ACE_TRY_ENV)
if (this->debug_)
ACE_DEBUG ((LM_DEBUG,
- ACE_TEXT ("\nInterfaceDef::move (into outer module\n")));
+ ACE_TEXT ("\nInterfaceDef::move (into outer module)\n")));
cseq = this->repo_->lookup_name ("op",
-1,