diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-12-06 14:32:26 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-12-06 14:32:26 +0000 |
commit | b1092c84757d86298418bb0973aac1fb2574a885 (patch) | |
tree | 50d442636937d9fe8ab2bcf9d1da32138f7a40d9 /ace/Service_Manager.cpp | |
parent | 79bd5b7e15904491e75c4cfa64256b5aff6fe612 (diff) | |
download | ATCD-b1092c84757d86298418bb0973aac1fb2574a885.tar.gz |
use ACE_NLOGGING instead of ACE_NDEBUG
Diffstat (limited to 'ace/Service_Manager.cpp')
-rw-r--r-- | ace/Service_Manager.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Service_Manager.cpp b/ace/Service_Manager.cpp index 992770d25cb..5fa21efae46 100644 --- a/ace/Service_Manager.cpp +++ b/ace/Service_Manager.cpp @@ -145,9 +145,9 @@ ACE_Service_Manager::get_handle (void) const int ACE_Service_Manager::handle_signal (int sig, siginfo_t *, ucontext_t *) { -#if defined (ACE_NDEBUG) +#if defined (ACE_NLOGGING) ACE_UNUSED_ARG (sig); -#endif /* ACE_NDEBUG */ +#endif /* ACE_NLOGGING */ ACE_TRACE ("ACE_Service_Manager::handle_signal"); if (this->debug_) |