summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorheather <heather@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-01-23 23:08:40 +0000
committerheather <heather@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-01-23 23:08:40 +0000
commit53a0af9ce2c005d0eabe622e96c1a26fafb51a1b (patch)
treeb58627b7a7a5b0ef4927c82a90bd50d687993a19
parent5a323112608d2d5963eb2c43bf8b17c61c0cd49c (diff)
downloadATCD-53a0af9ce2c005d0eabe622e96c1a26fafb51a1b.tar.gz
ChangeLogEntry: Thu Jan 23 18:29:03 2003 Heather Drury <drury_h@ociweb.com>
-rw-r--r--TAO/ChangeLog24
-rw-r--r--TAO/tests/MT_Timeout/client.cpp2
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 <drury_h@ociweb.com>
+
+ * 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 <j.parsons@vanderbilt.edu>
* 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 <john.fletcher@rd.bbc.co.uk>
+ 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 <john.fletcher@rd.bbc.co.uk>
Thu Jan 23 11:30:04 2003 Jeff Parsons <j.parsons@vanderbilt.edu>
@@ -26,15 +32,15 @@ Thu Jan 23 10:54:23 2003 Jeff Parsons <j.parsons@vanderbilt.edu>
Wed Jan 22 14:56:22 2003 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
- * 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 <cleeland_c@ociweb.com>
* 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 <jwillemsen@remedy.nl>
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 ()));