summaryrefslogtreecommitdiff
path: root/tests/SV_Shared_Memory_Test.cpp
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1996-11-27 06:09:30 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1996-11-27 06:09:30 +0000
commitd395a38d42932c86ebef82468f58c03b3529363e (patch)
tree073713b4441888c543375a9fbbb82c210d9a29f6 /tests/SV_Shared_Memory_Test.cpp
parentc08f68e92f2454a46ec91db97d776ad6304328bb (diff)
downloadATCD-d395a38d42932c86ebef82468f58c03b3529363e.tar.gz
foo
Diffstat (limited to 'tests/SV_Shared_Memory_Test.cpp')
-rw-r--r--tests/SV_Shared_Memory_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/SV_Shared_Memory_Test.cpp b/tests/SV_Shared_Memory_Test.cpp
index 262b4af2291..2b132132078 100644
--- a/tests/SV_Shared_Memory_Test.cpp
+++ b/tests/SV_Shared_Memory_Test.cpp
@@ -74,7 +74,7 @@ main (int, char *argv[])
switch (ACE_OS::fork ())
{
case -1:
- ACE_OS::perror (argv[0]), ACE_OS::exit (1);
+ ACE_ERROR ((LM_ERROR, "%p%a", "main", 1));
case 0:
ACE_OS::sleep (1);
client ();