summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-02-13 20:58:42 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-02-13 20:58:42 +0000
commit5dc7d52d0de23040d10b47db3a22c5d31ef60f82 (patch)
treedbee1deabbe69764104b7a74c41796ad63e1fa9f
parent95cd7bdc619871b87eef15affca2b3333cbc4ed7 (diff)
downloadATCD-5dc7d52d0de23040d10b47db3a22c5d31ef60f82.tar.gz
Tue Feb 13 19:50:14 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/tests/AMI/ami_test_i.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/AMI/ami_test_i.cpp b/TAO/tests/AMI/ami_test_i.cpp
index 3cb4d4ce6b0..14dc6768074 100644
--- a/TAO/tests/AMI/ami_test_i.cpp
+++ b/TAO/tests/AMI/ami_test_i.cpp
@@ -57,7 +57,7 @@ AMI_Test_i::foo (CORBA::Long_out out_l,
if (in_l_ != in_l || ACE_OS::strcmp(in_str_, in_str) != 0)
{
ACE_ERROR ((LM_ERROR,
- "Parameter corruption on in parameters: %d %d %s %s.\n",
+ "ERROR: Parameter corruption on in parameters: %d %d %s %s.\n",
in_l_, in_l, in_str_.in (), in_str));
}
return 0;