diff options
author | Steve Huston <shuston@riverace.com> | 2002-01-25 01:15:42 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 2002-01-25 01:15:42 +0000 |
commit | df227d04c702dce42c14e42387e6170b18b115e9 (patch) | |
tree | 27103c5d3fc23195fb83fc63d4051ff692bf97b1 /tests/Process_Manager_Test.cpp | |
parent | 180161f663e6b434be7be64bd2e73ea1782609b0 (diff) | |
download | ATCD-df227d04c702dce42c14e42387e6170b18b115e9.tar.gz |
ChangeLogTag:Thu Jan 24 18:31:49 2002 Steve Huston <shuston@riverace.com
Diffstat (limited to 'tests/Process_Manager_Test.cpp')
-rw-r--r-- | tests/Process_Manager_Test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Process_Manager_Test.cpp b/tests/Process_Manager_Test.cpp index 3f31036d3a8..8a866390841 100644 --- a/tests/Process_Manager_Test.cpp +++ b/tests/Process_Manager_Test.cpp @@ -116,7 +116,7 @@ main (int argc, ACE_TCHAR *argv[]) ACE_OS::sleep (secs ? secs : 1); if (debug_test) ACE_DEBUG ((LM_DEBUG, - ACE_TEXT ("(%P) about to exit with code %d\n"), + ACE_TEXT ("%T: pid %P about to exit with code %d\n"), secs)); return secs; } |