summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-02-13 14:07:52 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-02-13 14:07:52 +0000
commita729b166f7cc0a9996cd9e320e84408d7c8c68e7 (patch)
tree08d0464f670ddea13f330ff025069d8756959d52
parentde358085846996735ee13180578942167f075237 (diff)
downloadATCD-a729b166f7cc0a9996cd9e320e84408d7c8c68e7.tar.gz
Tue Feb 13 14:07: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 2b3c097b6b6..3cb4d4ce6b0 100644
--- a/TAO/tests/AMI/ami_test_i.cpp
+++ b/TAO/tests/AMI/ami_test_i.cpp
@@ -58,7 +58,7 @@ AMI_Test_i::foo (CORBA::Long_out out_l,
{
ACE_ERROR ((LM_ERROR,
"Parameter corruption on in parameters: %d %d %s %s.\n",
- in_l_, in_l, in_str_, in_str));
+ in_l_, in_l, in_str_.in (), in_str));
}
return 0;
}