summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-29 03:53:30 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-29 03:53:30 +0000
commit41f3d0ba3c8c6fb30e8eedcf38959378d083cbac (patch)
treefa4da693aa1520f5ed7ab2abf02a583eb33eda9e
parent725a5d51890ddb69c019ccf68a236d4a5ae80192 (diff)
downloadATCD-41f3d0ba3c8c6fb30e8eedcf38959378d083cbac.tar.gz
oops, replaced statement that was inadvertently removed
-rw-r--r--tests/Time_Service_Test.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Time_Service_Test.cpp b/tests/Time_Service_Test.cpp
index 0a30bbf0a7f..cb8a909fe5e 100644
--- a/tests/Time_Service_Test.cpp
+++ b/tests/Time_Service_Test.cpp
@@ -58,6 +58,7 @@ main (int, char *[])
ACE_ERROR_RETURN ((LM_DEBUG, "%n; %p (%s).\n",
"Server fork failed", APPLICATION), -1);
else
+ ACE_DEBUG ((LM_DEBUG, "Server forked with pid = %d.\n", server.getpid ()));
ACE_OS::sleep (3);