summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2001-07-13 21:04:24 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2001-07-13 21:04:24 +0000
commitb6f9b851c72df10e2b0e8e709ad70e0286816ee4 (patch)
treeea2f5d0d9414f68a6b1ce3c0083704483337d032
parent506302eb64a03450702113600017484f96b27260 (diff)
downloadATCD-b6f9b851c72df10e2b0e8e709ad70e0286816ee4.tar.gz
ChangeLogTag:Fri Jul 13 15:59:45 2001 Douglas C. Schmidt <schmidt@tango.doc.wustl.edu>
-rw-r--r--ChangeLog47
-rw-r--r--ChangeLogs/ChangeLog-02a47
-rw-r--r--ChangeLogs/ChangeLog-03a47
-rw-r--r--netsvcs/servers/main.cpp6
4 files changed, 64 insertions, 83 deletions
diff --git a/ChangeLog b/ChangeLog
index ef081b7df7b..65d290808de 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+Fri Jul 13 15:59:45 2001 Douglas C. Schmidt <schmidt@tango.doc.wustl.edu>
+
+ * netsvcs/servers/main.cpp (main): The server was always outputing
+ LM_DEBUG information, even when the program was not run with the
+ -d command line argument. Therefore, changed the following
+ lines from:
+
+ if (ACE::debug () == 0)
+ ACE_Log_Msg::disable_debug_messages ();
+
+ to:
+
+ if (ACE::debug () == 0)
+ ACE_LOG_MSG->priority_mask (~LM_DEBUG, ACE_Log_Msg::PROCESS);
+
+ Thanks to Jerry D. De Master <jdemaster@rite-solutions.com> for
+ reporting this fix.
+
Fri Jul 13 12:16:03 2001 Ossama Othman <ossama@uci.edu>
* ace/SSL/SSL_Asynch_BIO.h:
@@ -469,17 +487,7 @@ Fri Jul 6 08:36:20 2001 Chad Elliott <elliott_c@ociweb.com>
contain Other. The netsvcs library requires Naming_Context.
Fri Jul 6 05:44:13 2001 Douglas C. Schmidt <schmidt@tango.doc.wustl.edu>
-<<<<<<< ChangeLog
-<<<<<<< ChangeLog
-=======
-
- * ace/Makefile (LOGGING_FILES): Added support for
- Log_Msg_UNIX_Syslog.
->>>>>>> 4.2247
-=======
->>>>>>> 4.2257
-
-<<<<<<< ChangeLog
+
* ace/Makefile (LOGGING_FILES): Added support for
Log_Msg_UNIX_Syslog.
@@ -493,22 +501,7 @@ Fri Jul 6 05:44:13 2001 Douglas C. Schmidt <schmidt@tango.doc.wustl.edu>
* ace/SOCK_Dgram.h: Fixed a typo in one of the send() method
comments. Thanks to Alain Decamps <Alain.Decamps@PIDPA.be> for
reporting this.
-<<<<<<< ChangeLog
-=======
- * ace/Log_Msg_UNIX_Syslog.{h,cpp}:
- * ace/Log_Msg.cpp,
- * ace/OS.h: Added support for a new UNIX syslog backend for the
- ACE_Log_Msg class. Thanks to Jerry D. De Master
- <jdemaster@rite-solutions.com> and Robert Davidson
- <robert@rdavidson.freeserve.co.uk>.
-
- * ace/SOCK_Dgram.h: Fixed a typo in one of the send() method
- comments. Thanks to Alain Decamps <Alain.Decamps@PIDPA.be> for
- reporting this.
->>>>>>> 4.2247
-=======
->>>>>>> 4.2257
-
+
* ace/config-macosx.h: Added a new file courtesy of John
Zorko so that things will work on MacOSX.
diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a
index ef081b7df7b..65d290808de 100644
--- a/ChangeLogs/ChangeLog-02a
+++ b/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,21 @@
+Fri Jul 13 15:59:45 2001 Douglas C. Schmidt <schmidt@tango.doc.wustl.edu>
+
+ * netsvcs/servers/main.cpp (main): The server was always outputing
+ LM_DEBUG information, even when the program was not run with the
+ -d command line argument. Therefore, changed the following
+ lines from:
+
+ if (ACE::debug () == 0)
+ ACE_Log_Msg::disable_debug_messages ();
+
+ to:
+
+ if (ACE::debug () == 0)
+ ACE_LOG_MSG->priority_mask (~LM_DEBUG, ACE_Log_Msg::PROCESS);
+
+ Thanks to Jerry D. De Master <jdemaster@rite-solutions.com> for
+ reporting this fix.
+
Fri Jul 13 12:16:03 2001 Ossama Othman <ossama@uci.edu>
* ace/SSL/SSL_Asynch_BIO.h:
@@ -469,17 +487,7 @@ Fri Jul 6 08:36:20 2001 Chad Elliott <elliott_c@ociweb.com>
contain Other. The netsvcs library requires Naming_Context.
Fri Jul 6 05:44:13 2001 Douglas C. Schmidt <schmidt@tango.doc.wustl.edu>
-<<<<<<< ChangeLog
-<<<<<<< ChangeLog
-=======
-
- * ace/Makefile (LOGGING_FILES): Added support for
- Log_Msg_UNIX_Syslog.
->>>>>>> 4.2247
-=======
->>>>>>> 4.2257
-
-<<<<<<< ChangeLog
+
* ace/Makefile (LOGGING_FILES): Added support for
Log_Msg_UNIX_Syslog.
@@ -493,22 +501,7 @@ Fri Jul 6 05:44:13 2001 Douglas C. Schmidt <schmidt@tango.doc.wustl.edu>
* ace/SOCK_Dgram.h: Fixed a typo in one of the send() method
comments. Thanks to Alain Decamps <Alain.Decamps@PIDPA.be> for
reporting this.
-<<<<<<< ChangeLog
-=======
- * ace/Log_Msg_UNIX_Syslog.{h,cpp}:
- * ace/Log_Msg.cpp,
- * ace/OS.h: Added support for a new UNIX syslog backend for the
- ACE_Log_Msg class. Thanks to Jerry D. De Master
- <jdemaster@rite-solutions.com> and Robert Davidson
- <robert@rdavidson.freeserve.co.uk>.
-
- * ace/SOCK_Dgram.h: Fixed a typo in one of the send() method
- comments. Thanks to Alain Decamps <Alain.Decamps@PIDPA.be> for
- reporting this.
->>>>>>> 4.2247
-=======
->>>>>>> 4.2257
-
+
* ace/config-macosx.h: Added a new file courtesy of John
Zorko so that things will work on MacOSX.
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index ef081b7df7b..65d290808de 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,3 +1,21 @@
+Fri Jul 13 15:59:45 2001 Douglas C. Schmidt <schmidt@tango.doc.wustl.edu>
+
+ * netsvcs/servers/main.cpp (main): The server was always outputing
+ LM_DEBUG information, even when the program was not run with the
+ -d command line argument. Therefore, changed the following
+ lines from:
+
+ if (ACE::debug () == 0)
+ ACE_Log_Msg::disable_debug_messages ();
+
+ to:
+
+ if (ACE::debug () == 0)
+ ACE_LOG_MSG->priority_mask (~LM_DEBUG, ACE_Log_Msg::PROCESS);
+
+ Thanks to Jerry D. De Master <jdemaster@rite-solutions.com> for
+ reporting this fix.
+
Fri Jul 13 12:16:03 2001 Ossama Othman <ossama@uci.edu>
* ace/SSL/SSL_Asynch_BIO.h:
@@ -469,17 +487,7 @@ Fri Jul 6 08:36:20 2001 Chad Elliott <elliott_c@ociweb.com>
contain Other. The netsvcs library requires Naming_Context.
Fri Jul 6 05:44:13 2001 Douglas C. Schmidt <schmidt@tango.doc.wustl.edu>
-<<<<<<< ChangeLog
-<<<<<<< ChangeLog
-=======
-
- * ace/Makefile (LOGGING_FILES): Added support for
- Log_Msg_UNIX_Syslog.
->>>>>>> 4.2247
-=======
->>>>>>> 4.2257
-
-<<<<<<< ChangeLog
+
* ace/Makefile (LOGGING_FILES): Added support for
Log_Msg_UNIX_Syslog.
@@ -493,22 +501,7 @@ Fri Jul 6 05:44:13 2001 Douglas C. Schmidt <schmidt@tango.doc.wustl.edu>
* ace/SOCK_Dgram.h: Fixed a typo in one of the send() method
comments. Thanks to Alain Decamps <Alain.Decamps@PIDPA.be> for
reporting this.
-<<<<<<< ChangeLog
-=======
- * ace/Log_Msg_UNIX_Syslog.{h,cpp}:
- * ace/Log_Msg.cpp,
- * ace/OS.h: Added support for a new UNIX syslog backend for the
- ACE_Log_Msg class. Thanks to Jerry D. De Master
- <jdemaster@rite-solutions.com> and Robert Davidson
- <robert@rdavidson.freeserve.co.uk>.
-
- * ace/SOCK_Dgram.h: Fixed a typo in one of the send() method
- comments. Thanks to Alain Decamps <Alain.Decamps@PIDPA.be> for
- reporting this.
->>>>>>> 4.2247
-=======
->>>>>>> 4.2257
-
+
* ace/config-macosx.h: Added a new file courtesy of John
Zorko so that things will work on MacOSX.
diff --git a/netsvcs/servers/main.cpp b/netsvcs/servers/main.cpp
index 6c7503c88ba..e39b0e23ebe 100644
--- a/netsvcs/servers/main.cpp
+++ b/netsvcs/servers/main.cpp
@@ -40,7 +40,8 @@ main (int argc, char *argv[])
else // Use static linking.
{
if (ACE::debug () == 0)
- ACE_Log_Msg::disable_debug_messages ();
+ ACE_LOG_MSG->priority_mask (~LM_DEBUG,
+ ACE_Log_Msg::PROCESS);
// Calling ACE_SVC_INVOKE to create a new Service_Object.
// Stash the newly created Service_Object into an
@@ -141,7 +142,8 @@ main (int argc, char *argv[])
else // Use dynamic linking.
{
if (ACE::debug () == 0)
- ACE_Log_Msg::disable_debug_messages ();
+ ACE_LOG_MSG->priority_mask (~LM_DEBUG,
+ ACE_Log_Msg::PROCESS);
// Run forever, performing the configured services until we are
// shut down by a SIGINT/SIGQUIT signal.