summaryrefslogtreecommitdiff
path: root/TAO/tests/QtTests
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2009-02-23 08:13:54 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2009-02-23 08:13:54 +0000
commitf7f268dfb9d005db91487e13d93167d262a382c9 (patch)
treef94e0e87430c38e5ad48d4b03b94919bf58dd922 /TAO/tests/QtTests
parent62004ed1d3a9203a57801a10bbf71c47b7b71dd3 (diff)
downloadATCD-f7f268dfb9d005db91487e13d93167d262a382c9.tar.gz
Mon Feb 23 08:08:15 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tests/QtTests')
-rw-r--r--TAO/tests/QtTests/test_i.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/QtTests/test_i.cpp b/TAO/tests/QtTests/test_i.cpp
index 750d6167c1e..7ce6cc05e7d 100644
--- a/TAO/tests/QtTests/test_i.cpp
+++ b/TAO/tests/QtTests/test_i.cpp
@@ -16,7 +16,7 @@ void
LCD_Display_imp::shutdown (void)
{
ACE_DEBUG ((LM_DEBUG,
- "The ORB has been shutdown, Close the windows to exit \n"));
+ "The ORB has been shutdown, Close the windows to exit\n"));
this->orb_->shutdown (0);
this->orb_->destroy ();
}
@@ -25,7 +25,7 @@ void
LCD_Display_imp::send_val (CORBA::Long val)
{
ACE_DEBUG ((LM_DEBUG,
- "The value from server is <%d> \n", val));
+ "The value from server is <%d>\n", val));
emit set_value (val);
}