diff options
author | nobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-03-05 19:34:02 +0000 |
---|---|---|
committer | nobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-03-05 19:34:02 +0000 |
commit | 01b6248a5b02533c3f5bcd90d1d09d310ebdca2d (patch) | |
tree | 8d34db0f48e5862388b9c00ab58c6ccffe48f01c /ace/Process_Manager.cpp | |
parent | cc34f4b1057073ae3398ecf74033786e5d164a8b (diff) | |
download | ATCD-fix_bug132_fin.tar.gz |
This commit was manufactured by cvs2svn to create tagfix_bug132_fin
'fix_bug132_fin'.
Diffstat (limited to 'ace/Process_Manager.cpp')
-rw-r--r-- | ace/Process_Manager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Process_Manager.cpp b/ace/Process_Manager.cpp index f05ce1e8e1b..5d90e221e86 100644 --- a/ace/Process_Manager.cpp +++ b/ace/Process_Manager.cpp @@ -581,7 +581,7 @@ ACE_Process_Manager::remove (pid_t pid) int ACE_Process_Manager::remove_proc (size_t i) { - ACE_TRACE ("ACE_Process_Manager::remove_proc"); + ACE_TRACE ("ACE_Process_Manager::remove"); // If there's an exit_notify_ <Event_Handler> for this pid, call its // <handle_close> method. |