summaryrefslogtreecommitdiff
path: root/tests/Process_Manager_Test.cpp
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2002-01-25 01:15:42 +0000
committerSteve Huston <shuston@riverace.com>2002-01-25 01:15:42 +0000
commitdf227d04c702dce42c14e42387e6170b18b115e9 (patch)
tree27103c5d3fc23195fb83fc63d4051ff692bf97b1 /tests/Process_Manager_Test.cpp
parent180161f663e6b434be7be64bd2e73ea1782609b0 (diff)
downloadATCD-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.cpp2
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;
}