summaryrefslogtreecommitdiff
path: root/TAO/tests/POA/DSI/Database_i.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/POA/DSI/Database_i.cpp')
-rw-r--r--TAO/tests/POA/DSI/Database_i.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/POA/DSI/Database_i.cpp b/TAO/tests/POA/DSI/Database_i.cpp
index d5a8f140043..59a6445c636 100644
--- a/TAO/tests/POA/DSI/Database_i.cpp
+++ b/TAO/tests/POA/DSI/Database_i.cpp
@@ -250,7 +250,7 @@ DatabaseImpl::Agent::destroy_entry (const char *key,
reinterpret_cast<Employee *> (temp);
ACE_DEBUG ((LM_DEBUG,
"Employee with key = %C will be removed from the database: "
- "name = %C and id = %d \n",
+ "name = %C and id = %d\n",
key,
employee->name (),
employee->id ()));