summaryrefslogtreecommitdiff
path: root/tests/Time_Service_Test.cpp
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1999-08-04 05:15:02 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1999-08-04 05:15:02 +0000
commit36094da418c187cde3e6fcc97e5c4f25bc2330de (patch)
tree3963d084547242a8d996124c09e680a6b40c94a6 /tests/Time_Service_Test.cpp
parent3cf295bf3467117f2f444f6cc83d6c9353107105 (diff)
downloadATCD-36094da418c187cde3e6fcc97e5c4f25bc2330de.tar.gz
ChangeLogTag:Tue Aug 3 22:39:34 1999 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
Diffstat (limited to 'tests/Time_Service_Test.cpp')
-rw-r--r--tests/Time_Service_Test.cpp12
1 files changed, 8 insertions, 4 deletions
diff --git a/tests/Time_Service_Test.cpp b/tests/Time_Service_Test.cpp
index 8d4f8c1408e..4b2ae7f4302 100644
--- a/tests/Time_Service_Test.cpp
+++ b/tests/Time_Service_Test.cpp
@@ -17,7 +17,7 @@
// to run the test.
//
// = AUTHOR
-// Prashant Jain
+// Prashant Jain <pjain@cs.wustl.edu>
//
// ============================================================================
@@ -61,10 +61,14 @@ main (int, ASYS_TCHAR *[])
ACE_Process server;
if (server.spawn (server_options) == -1)
- ACE_ERROR_RETURN ((LM_DEBUG, ASYS_TEXT ("%n; %p (%s).\n"),
- ASYS_TEXT ("Server fork failed"), server_cl), -1);
+ ACE_ERROR_RETURN ((LM_DEBUG,
+ ASYS_TEXT ("%n; %p (%s).\n"),
+ ASYS_TEXT ("Server fork failed"),
+ server_cl),
+ -1);
else
- ACE_DEBUG ((LM_DEBUG, ASYS_TEXT ("Server forked with pid = %d.\n"),
+ ACE_DEBUG ((LM_DEBUG,
+ ASYS_TEXT ("Server forked with pid = %d.\n"),
server.getpid ()));
ACE_OS::sleep (3);