diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-07-02 17:47:56 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-07-02 17:47:56 +0000 |
commit | 557e4cded9f345566a7e8a5da57f51859ba0f4cd (patch) | |
tree | 8db6107dbc2a8c53021fc68485b389f95121aa10 /ace/Service_Config.cpp | |
parent | 6f2d1bd0b45db7ca043247ae7ecdd53e559adbce (diff) | |
download | ATCD-557e4cded9f345566a7e8a5da57f51859ba0f4cd.tar.gz |
.
Diffstat (limited to 'ace/Service_Config.cpp')
-rw-r--r-- | ace/Service_Config.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Service_Config.cpp b/ace/Service_Config.cpp index 8ddf2a95520..c77d539da6d 100644 --- a/ace/Service_Config.cpp +++ b/ace/Service_Config.cpp @@ -556,7 +556,7 @@ ACE_Service_Config::open_i (const ASYS_TCHAR program_name[], -1); // Clear the LM_DEBUG bit from log messages if appropriate - if (ACE::debug ()) + if (ACE::debug () == 0) ACE_Log_Msg::disable_debug_messages (); // Become a daemon before doing anything else. if (ACE_Service_Config::be_a_daemon_) |