diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2009-02-23 08:13:54 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2009-02-23 08:13:54 +0000 |
commit | f7f268dfb9d005db91487e13d93167d262a382c9 (patch) | |
tree | f94e0e87430c38e5ad48d4b03b94919bf58dd922 /TAO/tests/Bug_2186_Regression | |
parent | 62004ed1d3a9203a57801a10bbf71c47b7b71dd3 (diff) | |
download | ATCD-f7f268dfb9d005db91487e13d93167d262a382c9.tar.gz |
Mon Feb 23 08:08:15 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tests/Bug_2186_Regression')
-rw-r--r-- | TAO/tests/Bug_2186_Regression/Hello.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Bug_2186_Regression/Hello.cpp b/TAO/tests/Bug_2186_Regression/Hello.cpp index e776306b641..1795e201f6a 100644 --- a/TAO/tests/Bug_2186_Regression/Hello.cpp +++ b/TAO/tests/Bug_2186_Regression/Hello.cpp @@ -34,7 +34,7 @@ Hello::request_callback (Test::Hello_ptr call_me) catch (const CORBA::Exception& ex) { ex._tao_print_exception ( - "Exception attempting to callback client obj ref: \n"); + "Exception attempting to callback client obj ref:\n"); throw; } ACE_DEBUG ((LM_DEBUG, "(%P|%t) - Call back succeeded !!!\n")); |