diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-05-15 04:01:50 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-05-15 04:01:50 +0000 |
commit | c2f0ed49ae4f4d80d598852fb9eaab88534d8eec (patch) | |
tree | d8ade4cb44b1cd9cceef3e1b8530f43f0bc90905 /examples | |
parent | 2a1de69c12e3726b35859155e32ec6c04dcc1909 (diff) | |
download | ATCD-c2f0ed49ae4f4d80d598852fb9eaab88534d8eec.tar.gz |
*** empty log message ***
Diffstat (limited to 'examples')
-rw-r--r-- | examples/Threads/thread_specific.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Threads/thread_specific.cpp b/examples/Threads/thread_specific.cpp index 1432eb77474..0ca8c5d1cd6 100644 --- a/examples/Threads/thread_specific.cpp +++ b/examples/Threads/thread_specific.cpp @@ -193,7 +193,7 @@ main (int argc, char *argv[]) ACE_THR_FUNC (&worker), (void *) count, THR_BOUND | THR_DETACHED) == -1) - ACE_ERROR ((LM_ERROR, "%p\n", "ACE_Thread_Manager::spawn_n"), -1); + ACE_ERROR_RETURN ((LM_ERROR, "%p\n", "ACE_Thread_Manager::spawn_n"), -1); ACE_Service_Config::thr_mgr ()->wait (); #else |