summaryrefslogtreecommitdiff
path: root/ACE/tests/Sendfile_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/tests/Sendfile_Test.cpp')
-rw-r--r--ACE/tests/Sendfile_Test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/tests/Sendfile_Test.cpp b/ACE/tests/Sendfile_Test.cpp
index 73ad0224c49..153d256f67e 100644
--- a/ACE/tests/Sendfile_Test.cpp
+++ b/ACE/tests/Sendfile_Test.cpp
@@ -287,10 +287,10 @@ spawn ()
{
case -1:
ACE_ERROR ((LM_ERROR,
- ACE_TEXT ("(%P|%t) %p\n%a"),
+ ACE_TEXT ("(%P|%t) %p\n"),
ACE_TEXT ("fork failed"),
1));
- /* NOTREACHED */
+ ACE_OS::abort ();
case 0:
client (&server_addr);
ACE_OS::exit (0);