diff options
Diffstat (limited to 'ace/OS.cpp')
-rw-r--r-- | ace/OS.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/OS.cpp b/ace/OS.cpp index a297e13fc10..4a398e51184 100644 --- a/ace/OS.cpp +++ b/ace/OS.cpp @@ -588,7 +588,7 @@ ace_thread_adapter (void *args) status = (*func) (arg); // Call thread entry point. } ACE_SEH_EXCEPT (EXCEPTION_EXECUTE_HANDLER) { - ACE_DEBUG ((LM_DEBUG, "(%t) Win32 structured exception exiting outermost svc_run\n")); + ACE_DEBUG ((LM_DEBUG, "(%t) Win32 structured exception exiting thread")); // Here's where we might want to provide a hook to report this... // As it stands now, we just catch all Win32 structured exceptions // so that we can make sure to clean up correctly when the thread |