From 53a0af9ce2c005d0eabe622e96c1a26fafb51a1b Mon Sep 17 00:00:00 2001 From: heather Date: Thu, 23 Jan 2003 23:08:40 +0000 Subject: ChangeLogEntry: Thu Jan 23 18:29:03 2003 Heather Drury --- TAO/ChangeLog | 24 +++++++++++++++--------- TAO/tests/MT_Timeout/client.cpp | 2 +- 2 files changed, 16 insertions(+), 10 deletions(-) diff --git a/TAO/ChangeLog b/TAO/ChangeLog index c503d1eda10..c635d7008fa 100644 --- a/TAO/ChangeLog +++ b/TAO/ChangeLog @@ -1,12 +1,18 @@ +Thu Jan 23 18:29:03 2003 Heather Drury + + * tests/MT_Timeout/client.cpp: Modified ACE_DEBUG to + print a warning instead of an error when "Too many + calls have too big differences..." + Thu Jan 23 16:31:28 2003 Jeff Parsons * TAO_IDL/util/utl_global.cpp: - * TAO_IDL/include/idl_global.h: + * TAO_IDL/include/idl_global.h: - Fixed a bug in the clearing of a #pragma prefix directive - at the end of an indirectly included IDL file, based on an - example set of five IDL files sent in by - John Fletcher + Fixed a bug in the clearing of a #pragma prefix directive + at the end of an indirectly included IDL file, based on an + example set of five IDL files sent in by + John Fletcher Thu Jan 23 11:30:04 2003 Jeff Parsons @@ -26,15 +32,15 @@ Thu Jan 23 10:54:23 2003 Jeff Parsons Wed Jan 22 14:56:22 2003 Balachandran Natarajan - * tao/Invocation.cpp (invoke_i): Unbind the dispatcher instead of - setting the state in the Bind_Dispatcher_Guard. Improves code - readability. + * tao/Invocation.cpp (invoke_i): Unbind the dispatcher instead of + setting the state in the Bind_Dispatcher_Guard. Improves code + readability. Wed Jan 22 11:08:57 2003 Chris Cleeland * tao/Messaging/Messaging_Policy_i.cpp (hook): Fixed debug message so that it actually printed out milliseconds rather than the - microsecond component expressed as milliseconds. + microsecond component expressed as milliseconds. Wed Jan 22 17:03:12 UTC 2003 Johnny Willemsen 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 ())); -- cgit v1.2.1