summaryrefslogtreecommitdiff
path: root/TAO/tests/ICMG_Any_Bug/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/ICMG_Any_Bug/client.cpp')
-rw-r--r--TAO/tests/ICMG_Any_Bug/client.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tests/ICMG_Any_Bug/client.cpp b/TAO/tests/ICMG_Any_Bug/client.cpp
index 388a9562284..8638de85caa 100644
--- a/TAO/tests/ICMG_Any_Bug/client.cpp
+++ b/TAO/tests/ICMG_Any_Bug/client.cpp
@@ -58,7 +58,7 @@ ACE_TMAIN(int argc, ACE_TCHAR *argv[])
if (CORBA::is_nil (hello.in ()))
{
ACE_ERROR_RETURN ((LM_DEBUG,
- "Nil Test::Hello reference \n"),
+ "Nil Test::Hello reference\n"),
1);
}
@@ -80,7 +80,7 @@ ACE_TMAIN(int argc, ACE_TCHAR *argv[])
if (CORBA::is_nil (obj2.in ()))
{
ACE_ERROR_RETURN ((LM_DEBUG,
- "Nil Any_To_Object reference \n"),
+ "Nil Any_To_Object reference\n"),
1);
}
@@ -90,7 +90,7 @@ ACE_TMAIN(int argc, ACE_TCHAR *argv[])
if (CORBA::is_nil (hello_world.in ()))
{
ACE_ERROR_RETURN ((LM_DEBUG,
- "Nil Test::HelloWorld reference \n"),
+ "Nil Test::HelloWorld reference\n"),
1);
}