summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-05-18 18:09:02 +0000
committerbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-05-18 18:09:02 +0000
commit78fa6ff82482d86ee7b6826224c30d0233c4603a (patch)
tree8f65eecf3e8a12f8868062b01794ec4302afbcc7
parent6ac653edff019edb6947754ccf3a75d1bac6c5bb (diff)
downloadATCD-78fa6ff82482d86ee7b6826224c30d0233c4603a.tar.gz
Changed the debug messages to output only on -ORBdebug
-rw-r--r--TAO/ChangeLog-98c16
1 files changed, 11 insertions, 5 deletions
diff --git a/TAO/ChangeLog-98c b/TAO/ChangeLog-98c
index 783d819f2d8..9a1aba0fe30 100644
--- a/TAO/ChangeLog-98c
+++ b/TAO/ChangeLog-98c
@@ -1,11 +1,17 @@
+Mon May 18 12:34:57 1998 Darrell Brunsch <brunsch@cs.wustl.edu>
+
+ * tao/Connect.cpp: Debug messages now check
+ Service_Configurator::debug() to see if -ORBdebug
+ is specified.
+
Mon May 18 09:00:00 1998 Chris Gill <cdgill@cs.wustl.edu>
- * orbsvcs/orbsvcs/Sched/Config_Scheduler.h: added forward
- declarations of scheduling strategy and dynamic scheduler
- classes
+ * orbsvcs/orbsvcs/Sched/Config_Scheduler.h: added forward
+ declarations of scheduling strategy and dynamic scheduler
+ classes
* orbsvcs/Scheduling_Service/Scheduling_Service.cpp: added
- conditional inclusion of strategy scheduler header file.
+ conditional inclusion of strategy scheduler header file.
Sat May 16 13:56:01 1998 David L. Levine <levine@cs.wustl.edu>
@@ -15,7 +21,7 @@ Sat May 16 13:56:01 1998 David L. Levine <levine@cs.wustl.edu>
needs them, to avoid missing definitions of the copy
constructors when linking with orbsvcs/EC_Gateway.cpp.
- * orbsvcs/orbsvcs/tmplinst-orbsvcs.cpp: added TAO_Object_Mnaager
+ * orbsvcs/orbsvcs/tmplinst-orbsvcs.cpp: added TAO_Object_Manager
instantiations. g++/LynxOS 2.5.0 needs them.
* orbsvcs/tests/EC_Multiple/EC_Multiple.cpp (print_priority_info):