summaryrefslogtreecommitdiff
path: root/TAO/tests/MT_Timeout/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/MT_Timeout/client.cpp')
-rw-r--r--TAO/tests/MT_Timeout/client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/MT_Timeout/client.cpp b/TAO/tests/MT_Timeout/client.cpp
index c2a1eae4ab6..21262fc921d 100644
--- a/TAO/tests/MT_Timeout/client.cpp
+++ b/TAO/tests/MT_Timeout/client.cpp
@@ -120,7 +120,7 @@ main (int argc, char *argv[])
|| task1.too_big_difference_calls () > iterations/20)
{
ACE_DEBUG ((LM_DEBUG,
- "ERROR: Too many calls have a too big difference between "
+ "Warning: Too many calls have a too big difference between "
"timeout and elapsed time (task0: %d, task1: %d)\n",
task0.too_big_difference_calls (),
task1.too_big_difference_calls ()));