summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-10-29 13:18:36 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-10-29 13:18:36 +0000
commit8cea97ca156c01d62439afb0c0aaf1a7ae2d6edf (patch)
tree5920fafe2b33046582f82f038f930f846e286489
parent4686e3ca5e0466e7d4f14cb24ebc4339e9bd3776 (diff)
downloadATCD-8cea97ca156c01d62439afb0c0aaf1a7ae2d6edf.tar.gz
ChangeLogTag: Sat Oct 29 13:18:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/orbsvcs/tests/Bug_2285_Regression/client2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/tests/Bug_2285_Regression/client2.cpp b/TAO/orbsvcs/tests/Bug_2285_Regression/client2.cpp
index 9f54195ad37..682b0d8f86f 100644
--- a/TAO/orbsvcs/tests/Bug_2285_Regression/client2.cpp
+++ b/TAO/orbsvcs/tests/Bug_2285_Regression/client2.cpp
@@ -163,7 +163,7 @@ main (int argc, char *argv[])
{
ACE_UNUSED_ARG (my_ex);
// We can't use the word exception for fear of upsetting the build log parser
- ACE_DEBUG (("Client caught one of those things that is normally used to indicate a problem ("
+ ACE_DEBUG ((LM_DEBUG, "Client caught one of those things that is normally used to indicate a problem ("
"although it doesn't in this case) and which we cannot name because the autobuild "
"script will think we have a problem if we do mention the word. No problem !\n"));
}