diff options
author | Phil Mesnier <mesnier_p@ociweb.com> | 2002-05-02 15:37:37 +0000 |
---|---|---|
committer | Phil Mesnier <mesnier_p@ociweb.com> | 2002-05-02 15:37:37 +0000 |
commit | c0c82612dfeca48c0ebb978a71b27faaa47d97b1 (patch) | |
tree | 538db04d642db256042268b55efe93945ce0610e /ace/Log_Msg.cpp | |
parent | 915aaf9e610a9f3efad1bfe059789856fc645e77 (diff) | |
download | ATCD-c0c82612dfeca48c0ebb978a71b27faaa47d97b1.tar.gz |
ChangeLog tag: Thu May 2 10:35:25 2002 Phil Mesnier <mesnier_p@ociweb.com>
Diffstat (limited to 'ace/Log_Msg.cpp')
-rw-r--r-- | ace/Log_Msg.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Log_Msg.cpp b/ace/Log_Msg.cpp index 627fb57ba46..c72ba730fae 100644 --- a/ace/Log_Msg.cpp +++ b/ace/Log_Msg.cpp @@ -775,7 +775,7 @@ ACE_Log_Msg::open (const ACE_TCHAR *prog_name, status = ACE_Log_Msg_Manager::custom_backend_->open (logger_key); - if (status == -1) + if (status != -1) ACE_SET_BITS (ACE_Log_Msg::flags_, ACE_Log_Msg::CUSTOM); } |